Skip to content

Commit

Permalink
Revert unexpected test change
Browse files Browse the repository at this point in the history
  • Loading branch information
maqiuyujoyce committed May 7, 2024
1 parent 7472ad3 commit 79f193f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,8 @@ var resourceLevelIAMPolicyTestFunc = func(ctx context.Context, t *testing.T, _ s

func TestReconcileIAMPolicyResourceLevelCreateNoChangesUpdateDelete(t *testing.T) {
ctx := context.TODO()
shouldRun := func(fixture resourcefixture.ResourceFixture) bool {
return fixture.GVK.Kind == "PubSubTopic"
}

testiam.RunResourceLevelTest(ctx, t, mgr, resourceLevelIAMPolicyTestFunc, shouldRun)
testiam.RunResourceLevelTest(ctx, t, mgr, resourceLevelIAMPolicyTestFunc, nil)
}

func TestReconcileIAMPolicyResourceLevelCreateNoChangesUpdateDeleteWithSISMerge(t *testing.T) {
Expand Down

0 comments on commit 79f193f

Please sign in to comment.