Skip to content

Commit 0c10998

Browse files
committed
✅ Hackkkkkks.
1 parent d7c0a28 commit 0c10998

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration/suite_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ var suiteHelper *cu.FunctionalSuiteHelper
3535
func TestIntegration(t *testing.T) {
3636
RegisterFailHandler(Fail)
3737

38+
// TODO Why is Skip not working? It's counting as a test fail.
39+
if os.Getenv("INTEGRATION_EXTERNAL_NAME") == "" {
40+
return
41+
}
42+
3843
RunSpecsWithDefaultAndCustomReporters(t,
3944
"Integration Suite",
4045
[]Reporter{printer.NewlineReporter{}})

0 commit comments

Comments
 (0)