Skip to content

Commit 517893e

Browse files
sheidkampnfuden
andauthored
1.18.x skip test large configuration (#10452)
Co-authored-by: Nathan Fudenberg <[email protected]>
1 parent 2c35b60 commit 517893e

File tree

1 file changed

+1
-0
lines changed
  • test/kubernetes/e2e/features/validation/full_envoy_validation

1 file changed

+1
-0
lines changed

test/kubernetes/e2e/features/validation/full_envoy_validation/suite.go

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func (s *testingSuite) TestRejectInvalidTransformation() {
8181

8282
// TestLargeConfiguration checks webhook accepts large configuration when fullEnvoyValidation=true
8383
func (s *testingSuite) TestLargeConfiguration() {
84+
s.T().Skip("we need to make sure we have all formats working")
8485
s.T().Cleanup(func() {
8586
err := s.testInstallation.Actions.Kubectl().DeleteFileSafe(s.ctx, validation.LargeConfiguration, "-n",
8687
s.testInstallation.Metadata.InstallNamespace)

0 commit comments

Comments
 (0)