Skip to content

Commit 6a70940

Browse files
committed
Adjust test case for telemetry functional test
1 parent ef2c0d1 commit 6a70940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/suite/telemetry_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ var _ = Describe("Telemetry test with OTel collector", Label("telemetry"), func(
7272
fmt.Sprintf("ClusterNodeCount: Int(%d)", info.NodeCount),
7373
"FlagNames: Slice",
7474
"FlagValues: Slice",
75+
"SnippetsFiltersContextDirectives: Slice",
76+
"SnippetsFiltersContextDirectivesCount: Slice",
7577
"GatewayCount: Int(0)",
7678
"GatewayClassCount: Int(1)",
7779
"HTTPRouteCount: Int(0)",
@@ -87,8 +89,6 @@ var _ = Describe("Telemetry test with OTel collector", Label("telemetry"), func(
8789
"NginxProxyCount: Int(0)",
8890
"SnippetsFilterCount: Int(0)",
8991
"NGFReplicaCount: Int(1)",
90-
"SnippetsFiltersContextDirectives: Slice",
91-
"SnippetsFiltersContextDirectivesCount: Slice",
9292
},
9393
)
9494
})

0 commit comments

Comments
 (0)