We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa2bcd commit 7a04070Copy full SHA for 7a04070
internal/test/generic.go
@@ -117,9 +117,6 @@ var (
117
)
118
119
func SetupOnce() {
120
- if os.Getenv("INTEGRATION") != "true" {
121
- Skip("Skipping integration tests, use export INTEGRATION=true to run them")
122
- }
123
Expect(env.Parse(&ts)).To(Succeed(), "Could not parse test spec from environment variables")
124
Expect(ts.Validate()).To(Succeed(), "Invalid input e2e test spec")
125
logrus.SetLevel(logrus.DebugLevel)
0 commit comments