Skip to content

Commit

Permalink
Add test description
Browse files Browse the repository at this point in the history
References: #3005
  • Loading branch information
sfc-gh-asawicki committed Nov 7, 2024
1 parent 8995d8f commit 15d5ff6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ func TestAcc_UserPasswordPolicyAttachment(t *testing.T) {
})
}

// Adding this test to check if it will fail sometimes. It should, based on:
// - https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/3005
// - https://github.com/Snowflake-Labs/terraform-provider-snowflake/pull/2627
// but haven't (at least during manual runs).
// The behavior was fixed in https://github.com/Snowflake-Labs/terraform-provider-snowflake/pull/2627
// so the problem should not occur in the newest provider versions.
func TestAcc_UserPasswordPolicyAttachment_gh3005(t *testing.T) {
userId := acc.TestClient().Ids.RandomAccountObjectIdentifier()
userName := userId.Name()
Expand Down

0 comments on commit 15d5ff6

Please sign in to comment.