Skip to content

Commit

Permalink
Skip tests with incompatible config
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmichalak committed Nov 6, 2024
1 parent 91c0561 commit a888620
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/provider/provider_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ func TestAcc_Provider_configureClientOnceSwitching(t *testing.T) {
}

func TestAcc_Provider_tomlConfig(t *testing.T) {
// TODO(SNOW-1752038): unskip
t.Skip("Skip because this test needs a TOML config incompatible with older versions, causing tests with ExternalProvider to fail.")
t.Setenv(string(testenvs.ConfigureClientOnce), "")

user := acc.DefaultConfig(t).User
Expand Down Expand Up @@ -236,6 +238,8 @@ func TestAcc_Provider_tomlConfig(t *testing.T) {
}

func TestAcc_Provider_envConfig(t *testing.T) {
// TODO(SNOW-1752038): unskip
t.Skip("Skip because this test needs a TOML config incompatible with older versions, causing tests with ExternalProvider to fail.")
t.Setenv(string(testenvs.ConfigureClientOnce), "")

user := acc.DefaultConfig(t).User
Expand Down Expand Up @@ -346,6 +350,8 @@ func TestAcc_Provider_envConfig(t *testing.T) {
}

func TestAcc_Provider_tfConfig(t *testing.T) {
// TODO(SNOW-1752038): unskip
t.Skip("Skip because this test needs a TOML config incompatible with older versions, causing tests with ExternalProvider to fail.")
t.Setenv(string(testenvs.ConfigureClientOnce), "")

user := acc.DefaultConfig(t).User
Expand Down

0 comments on commit a888620

Please sign in to comment.