Skip to content

Commit

Permalink
chore: UDPRoute test has been marked as trial
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca committed Sep 4, 2024
1 parent a6f902b commit 4ea0287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conformance/tests/udproute-simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ var UDPRouteTest = suite.ConformanceTest{
features.SupportUDPRoute,
features.SupportGateway,
},
Trial: true,
Test: func(t *testing.T, suite *suite.ConformanceTestSuite) {
t.Run("Simple UDP request matching UDPRoute should reach coredns backend", func(t *testing.T) {
namespace := "gateway-conformance-infra"
Expand Down

0 comments on commit 4ea0287

Please sign in to comment.