We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda8c3c commit f1fa34aCopy full SHA for f1fa34a
tests/generator.go
@@ -10,6 +10,7 @@ import (
10
11
. "github.com/onsi/ginkgo/v2"
12
. "github.com/onsi/gomega"
13
+ format "github.com/onsi/gomega/format"
14
yamlpatch "github.com/vmware-archive/yaml-patch"
15
16
"github.com/ghodss/yaml"
@@ -100,6 +101,7 @@ func loadSuiteFile(path string) (SuiteSpec, error) {
100
101
102
// GenerateTestSuite generates a Ginkgo test suite from the provided SuiteSpec.
103
func GenerateTestSuite(suiteSpec SuiteSpec) {
104
+ format.MaxLength = 0
105
for i := range suiteSpec.PerTestRuntimeInfo.CRDFilenames {
106
crdFilename := suiteSpec.PerTestRuntimeInfo.CRDFilenames[i]
107
0 commit comments