Skip to content

Commit

Permalink
fix: [PL-38768]: Skip the UserGroup test with UserIds (#572)
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Kashyap <122971747+adiyaar24@users.noreply.github.com>
  • Loading branch information
VikasMaddukuriHarness and adiyaar24 committed Jun 8, 2023
1 parent 0964177 commit e5006bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/platform/usergroup/usergroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func TestAccResourceUserGroup_emails(t *testing.T) {
}

func TestAccResourceUserGroup_userIds(t *testing.T) {

t.Skip()
id := fmt.Sprintf("%s_%s", t.Name(), utils.RandStringBytes(5))
name := id
updatedName := fmt.Sprintf("%s_updated", name)
Expand Down

0 comments on commit e5006bd

Please sign in to comment.