Skip to content

Commit

Permalink
enable snowflake integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achettyiitr committed Feb 23, 2023
1 parent cab7046 commit 8ff4ab5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions warehouse/integrations/snowflake/snowflake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func TestIntegrationSnowflake(t *testing.T) {
t.Skipf("Skipping %s as %s is not set", t.Name(), testhelper.SnowflakeIntegrationTestCredentials)
}

t.SkipNow()
t.Parallel()

snowflake.Init()
Expand Down Expand Up @@ -179,7 +178,6 @@ func TestConfigurationValidationSnowflake(t *testing.T) {
t.Skipf("Skipping %s as %s is not set", t.Name(), testhelper.SnowflakeIntegrationTestCredentials)
}

t.SkipNow()
t.Parallel()

misc.Init()
Expand Down

0 comments on commit 8ff4ab5

Please sign in to comment.