Skip to content

Commit

Permalink
Remove Serviceaccount from upgrade tests as it's a breaking change fo…
Browse files Browse the repository at this point in the history
…r v7
  • Loading branch information
guineveresaenger committed Nov 2, 2023
1 parent 817656b commit ff06c4d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 223 deletions.
7 changes: 0 additions & 7 deletions provider/provider_yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ func TestPubSubTopic(t *testing.T) {
runTest(t, test(t, "test-programs/pubsub-topic"))
}

func TestServiceAccount(t *testing.T) {
runTest(t, test(t, "test-programs/serviceaccount-account",
providertest.WithSkippedUpgradeTestMode(providertest.UpgradeTestMode_PreviewOnly,
"TODO[pulumi/providertest#7] PreviewOnly is confused about stack names"),
))
}

func TestStorageBucket(t *testing.T) {
runTest(t, test(t, "test-programs/storage-bucket"))
}
Expand Down
31 changes: 0 additions & 31 deletions provider/test-programs/serviceaccount-account/Pulumi.yaml

This file was deleted.

Loading

0 comments on commit ff06c4d

Please sign in to comment.