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 2abb87a commit d7c0a28Copy full SHA for d7c0a28
integration/suite_test.go
@@ -43,6 +43,10 @@ func TestIntegration(t *testing.T) {
43
var _ = BeforeSuite(func(done Done) {
44
logf.SetLogger(zap.LoggerTo(GinkgoWriter, true))
45
46
+ if os.Getenv("INTEGRATION_EXTERNAL_NAME") == "" {
47
+ Skip("Integration tests require $INTEGRATION_EXTERNAL_NAME and $INTEGRATION_IMAGE_NAME")
48
+ }
49
+
50
By("bootstrapping test environment")
51
suiteHelper = cu.Functional().
52
API(migrationsv1beta1.AddToScheme).
0 commit comments