There was an error while loading. Please reload this page.
1 parent ded3346 commit ba2e93cCopy full SHA for ba2e93c
main_test.go
@@ -25,9 +25,6 @@ const s3IntegrationTestHttpRoot = "http://s3deployintegrationtest.s3-website.eu-
25
26
func TestIntegration(t *testing.T) {
27
if os.Getenv("S3DEPLOY_TEST_KEY") == "" {
28
- if os.Getenv("CI") != "" {
29
- t.Fatal("S3DEPLOY_TEST_KEY not set")
30
- }
31
t.Skip("S3DEPLOY_TEST_KEY not set")
32
33
}
0 commit comments