Skip to content

Commit

Permalink
test(e2e): reenable Gateway API conformance tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont committed Mar 31, 2023
1 parent cada745 commit deba808
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/gateway/gatewayapi/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ func TestConformance(t *testing.T) {
for _, test := range tests.ConformanceTests {
switch test.ShortName {
case tests.HTTPRouteDisallowedKind.ShortName, // TODO: we only support HTTPRoute so it's not yet possible to test this
tests.HTTPRouteInvalidCrossNamespaceBackendRef.ShortName, // The following fail due to #4597
tests.HTTPRouteInvalidBackendRefUnknownKind.ShortName,
tests.HTTPRouteInvalidNonExistentBackendRef.ShortName,
tests.HTTPRoutePartiallyInvalidViaInvalidReferenceGrant.ShortName,
tests.TLSRouteSimpleSameNamespace.ShortName: // we don't support TLSRoute and the required feature is missing in v0.6.2: kubernetes-sigs/gateway-api#1712
continue
}
Expand Down

0 comments on commit deba808

Please sign in to comment.