Skip to content

Commit

Permalink
Skip two use warehouse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed May 15, 2024
1 parent 8041405 commit 38ab8e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/resources/external_table_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import (
)

func TestAcc_ExternalTable_basic(t *testing.T) {
// TODO [SNOW-1423486]: unskip
t.Skipf("Skip because error %s; will be fixed in SNOW-1423486", "Error: 000606 (57P03): No active warehouse selected in the current session. Select an active warehouse with the 'use warehouse' command.")
awsBucketURL, awsKeyId, awsSecretKey := getExternalTableTestEnvsOrSkipTest(t)

name := acc.TestClient().Ids.Alpha()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import (
)

func TestAcc_UserPasswordPolicyAttachment(t *testing.T) {
// TODO [SNOW-1423486]: unskip
t.Skipf("Skip because error %s; will be fixed in SNOW-1423486", "Error: 000606 (57P03): No active warehouse selected in the current session. Select an active warehouse with the 'use warehouse' command.")
userName := acc.TestClient().Ids.Alpha()
NewUserName := acc.TestClient().Ids.Alpha()
passwordPolicyName := acc.TestClient().Ids.Alpha()
Expand Down

0 comments on commit 38ab8e8

Please sign in to comment.