Skip to content

Commit

Permalink
Adjust test case for telemetry functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 committed Oct 11, 2024
1 parent ef2c0d1 commit 6a70940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/suite/telemetry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ var _ = Describe("Telemetry test with OTel collector", Label("telemetry"), func(
fmt.Sprintf("ClusterNodeCount: Int(%d)", info.NodeCount),
"FlagNames: Slice",
"FlagValues: Slice",
"SnippetsFiltersContextDirectives: Slice",
"SnippetsFiltersContextDirectivesCount: Slice",
"GatewayCount: Int(0)",
"GatewayClassCount: Int(1)",
"HTTPRouteCount: Int(0)",
Expand All @@ -87,8 +89,6 @@ var _ = Describe("Telemetry test with OTel collector", Label("telemetry"), func(
"NginxProxyCount: Int(0)",
"SnippetsFilterCount: Int(0)",
"NGFReplicaCount: Int(1)",
"SnippetsFiltersContextDirectives: Slice",
"SnippetsFiltersContextDirectivesCount: Slice",
},
)
})
Expand Down

0 comments on commit 6a70940

Please sign in to comment.