Skip to content

Commit

Permalink
[fix] skip test broken by snowflake (#239)
Browse files Browse the repository at this point in the history
Snowflake appears to have changed something which is now causing this
test to fail. Skipping it for now while I find someone who can address
the problem.

cc @henriblancke  and @chriskuchin  who worked on this originally. Any chance one of you could look at this?

## Test Plan
* [ ] acceptance tests

## References
* #196
  • Loading branch information
ryanking committed Aug 3, 2020
1 parent eeff3a6 commit 0902b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/resources/task_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ var (
)

func Test_AccTask(t *testing.T) {
t.Skip("broken by a change to snowflake. see example https://travis-ci.com/github/chanzuckerberg/terraform-provider-snowflake/jobs/367972245#L676")

resource.Test(t, resource.TestCase{
Providers: providers(),
Steps: []resource.TestStep{
Expand Down

0 comments on commit 0902b36

Please sign in to comment.