Skip to content

Commit

Permalink
skip explicitly (#10426)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden authored Dec 2, 2024
1 parent 5598417 commit d92d665
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func (s *testingSuite) TestRejectInvalidTransformation() {

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

0 comments on commit d92d665

Please sign in to comment.