Skip to content

Commit

Permalink
test(conformance): restore skipped gatewayapi cases when it's stable now
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Chen <[email protected]>
  • Loading branch information
jijiechen committed Nov 11, 2024
1 parent 68497aa commit c98cac5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e_env/gatewayapi/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ func TestConformance(t *testing.T) {
),
Implementation: implementation,
ConformanceProfiles: sets.New(suite.GatewayHTTPConformanceProfileName, suite.MeshHTTPConformanceProfileName),
// We are seeing flaky runs which are related to headless service cases, so ignoring them temporarily
// See https://github.com/kumahq/kuma/pull/11463
SkipTests: []string{tests.HTTPRouteServiceTypes.ShortName},
}

conformanceSuite, err := suite.NewConformanceTestSuite(options)
Expand Down

0 comments on commit c98cac5

Please sign in to comment.