Skip to content

Commit

Permalink
fix: skip broken integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-stewart committed Jun 6, 2024
1 parent 33554ab commit 650d447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/resource_groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ func TestResourceGroupDelete(t *testing.T) {
case api.NoneResourceGroup, api.LwAccountResourceGroup:
// these resource groups are not applicable
continue
case api.OciResourceGroup, api.GcpResourceGroup:
// broken integration test
continue
default:
// skip lw_account
t.Run(i.String(), func(t *testing.T) {
Expand Down

0 comments on commit 650d447

Please sign in to comment.