Skip to content

Commit

Permalink
fix: Skip connection data source acc test (#3184)
Browse files Browse the repository at this point in the history
Skip the test that was mistakenly unskipped.
  • Loading branch information
sfc-gh-asawicki authored Nov 8, 2024
1 parent 94ac910 commit 2942374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pkg/datasources/connections_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import (
"testing"

acc "github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance"
accConfig "github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/bettertestspoc/config"

"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/bettertestspoc/assert"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/bettertestspoc/assert/resourceshowoutputassert"
accConfig "github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/bettertestspoc/config"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/bettertestspoc/config/model"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/helpers/random"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/testenvs"
Expand All @@ -27,7 +28,7 @@ func connectionsData() string {

func TestAcc_Connections_Minimal(t *testing.T) {
// TODO: [SNOW-1002023]: Unskip; Business Critical Snowflake Edition needed
// _ = testenvs.GetOrSkipTest(t, testenvs.TestFailoverGroups)
_ = testenvs.GetOrSkipTest(t, testenvs.TestFailoverGroups)

accountId := acc.TestClient().Account.GetAccountIdentifier(t)
id := acc.TestClient().Ids.RandomAccountObjectIdentifier()
Expand Down
2 changes: 0 additions & 2 deletions pkg/resources/custom_diffs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"strings"
"testing"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/customdiff"

"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/internal/provider"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/resources"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/sdk"
Expand Down

0 comments on commit 2942374

Please sign in to comment.