Skip to content

Commit

Permalink
Skip acc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmichalak committed Jul 18, 2024
1 parent 34412cd commit a0b9d44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/resources/streamlit_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (

"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/importchecks"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/planchecks"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/acceptance/testenvs"
"github.com/Snowflake-Labs/terraform-provider-snowflake/pkg/provider/resources"

tfjson "github.com/hashicorp/terraform-json"
Expand All @@ -21,6 +22,7 @@ import (
)

func TestAcc_Streamlit_basic(t *testing.T) {
_ = testenvs.GetOrSkipTest(t, testenvs.EnableAcceptance)
acc.TestAccPreCheck(t)

databaseId := acc.TestClient().Ids.DatabaseId()
Expand Down Expand Up @@ -249,6 +251,7 @@ func TestAcc_Streamlit_basic(t *testing.T) {
}

func TestAcc_Streamlit_complete(t *testing.T) {
_ = testenvs.GetOrSkipTest(t, testenvs.EnableAcceptance)
acc.TestAccPreCheck(t)

databaseId := acc.TestClient().Ids.DatabaseId()
Expand Down

0 comments on commit a0b9d44

Please sign in to comment.