Skip to content

Commit 7a04070

Browse files
remove INTEGRATION variable required for running tests
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
1 parent efa2bcd commit 7a04070

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/test/generic.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ var (
117117
)
118118

119119
func SetupOnce() {
120-
if os.Getenv("INTEGRATION") != "true" {
121-
Skip("Skipping integration tests, use export INTEGRATION=true to run them")
122-
}
123120
Expect(env.Parse(&ts)).To(Succeed(), "Could not parse test spec from environment variables")
124121
Expect(ts.Validate()).To(Succeed(), "Invalid input e2e test spec")
125122
logrus.SetLevel(logrus.DebugLevel)

0 commit comments

Comments
 (0)