Skip to content

Commit

Permalink
tests(conformance): skip HTTPRouteWeight due to it being flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed May 28, 2024
1 parent d4f2a4c commit 835973f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ var skippedTests = []string{
tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName,
tests.HTTPRouteListenerHostnameMatching.ShortName,
tests.HTTPRouteObservedGenerationBump.ShortName,

// TODO: this test is flaky
tests.HTTPRouteWeight.ShortName,
}

func TestGatewayConformance(t *testing.T) {
Expand Down

0 comments on commit 835973f

Please sign in to comment.