Skip to content

Commit

Permalink
test(conformance): disable HTTPRouteHeaderMatching (#4345)
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca authored Jul 13, 2023
1 parent ed49854 commit b633f8f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/conformance/gateway_conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,18 @@ func TestGatewayConformance(t *testing.T) {
ExemptFeatures: exemptFeatures,
BaseManifests: conformanceTestsBaseManifests,
SkipTests: []string{
// disabling after being re-enabled by https://github.com/Kong/kubernetes-ingress-controller/pull/4296
// it is consistently failing and needs to be investigated.
tests.HTTPRouteHeaderMatching.ShortName,

// extended conformance
// https://github.com/Kong/kubernetes-ingress-controller/issues/4166
// requires an 8080 listener, which our manually-built test gateway does not have
tests.HTTPRouteRedirectPortAndScheme.ShortName,

// https://github.com/Kong/kubernetes-ingress-controller/issues/4164
// only 10 and 11 broken, but no way to omit individual cases
tests.HTTPRouteMethodMatching.ShortName,

// extended conformance
// https://github.com/Kong/kubernetes-ingress-controller/issues/3680
tests.GatewayClassObservedGenerationBump.ShortName,
// https://github.com/Kong/kubernetes-ingress-controller/issues/3678
Expand Down

0 comments on commit b633f8f

Please sign in to comment.