File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,6 @@ var (
117117)
118118
119119func 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 )
@@ -140,9 +137,6 @@ func SetupOnce() {
140137}
141138
142139func Setup () {
143- if os .Getenv ("INTEGRATION" ) != "true" {
144- Skip ("Skipping integration tests, use export INTEGRATION=true to run them" )
145- }
146140 Expect (env .Parse (& ts )).To (Succeed (), "Could not parse test spec from environment variables" )
147141 Expect (ts .Validate ()).To (Succeed (), "Invalid input e2e test spec" )
148142 ctxCa , ca := context .WithCancel (context .Background ())
You can’t perform that action at this time.
0 commit comments