Skip to content

Commit

Permalink
Skip the test until the fix in SNOW-1348101
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Aug 27, 2024
1 parent 2aaf5b4 commit 229ae27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/resources/user_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ func TestAcc_User_issue2970(t *testing.T) {

// TODO [SNOW-1348101 - next PR]: will be fixed with addition of show_output, its logic, and changing disabled to non-computed attribute
func TestAcc_User_issue1572(t *testing.T) {
t.Skipf("Fix with user rework in SNOW-1348101")
userId := acc.TestClient().Ids.RandomAccountObjectIdentifier()

userModel := model.UserWithDefaultMeta(userId.Name())
Expand Down

0 comments on commit 229ae27

Please sign in to comment.