diff --git a/test/conformance/gateway_conformance_test.go b/test/conformance/gateway_conformance_test.go index 7b07a8a32b..f312f02425 100644 --- a/test/conformance/gateway_conformance_test.go +++ b/test/conformance/gateway_conformance_test.go @@ -83,6 +83,11 @@ 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, @@ -90,8 +95,6 @@ func TestGatewayConformance(t *testing.T) { // 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