Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Oct 26, 2023
1 parent 9f39dec commit 62b9522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ func TestGatewayAPIConformance(t *testing.T) {
tests.GatewaySecretInvalidReferenceGrant.ShortName,
tests.HTTPRouteRewritePath.ShortName,
tests.GatewayStaticAddresses.ShortName,
tests.GatewayWithAttachedRoutes.ShortName,
tests.HTTPRouteBackendProtocolH2C.ShortName,
},
ExemptFeatures: suite.MeshCoreFeatures,
})
Expand Down
2 changes: 2 additions & 0 deletions test/conformance/experimental_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ func experimentalConformance(t *testing.T) {
tests.GatewaySecretInvalidReferenceGrant.ShortName,
tests.HTTPRouteRewritePath.ShortName,
tests.GatewayStaticAddresses.ShortName,
tests.GatewayWithAttachedRoutes.ShortName,
tests.HTTPRouteBackendProtocolH2C.SHortName,

Check failure on line 103 in test/conformance/experimental_conformance_test.go

View workflow job for this annotation

GitHub Actions / experimental-conformance-test (v1.27.3)

tests.HTTPRouteBackendProtocolH2C.SHortName undefined (type suite.ConformanceTest has no field or method SHortName)
},
SupportedFeatures: sets.Set[suite.SupportedFeature]{}.Insert(suite.HTTPRouteExtendedFeatures.UnsortedList()...),
},
Expand Down

0 comments on commit 62b9522

Please sign in to comment.