Merge pull request #121555 from borg-land/skip-gcp-tests-aws

Don't run `cloud-provider-gcp` tests against aws clusters
This commit is contained in:
Kubernetes Prow Robot 2023-10-27 01:05:14 +02:00 committed by GitHub
commit 0712728ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ var _ = SIGDescribe("Nodes [Disruptive]", func() {
var originalNodeCount int32
ginkgo.BeforeEach(func() {
e2eskipper.SkipUnlessProviderIs("gce", "gke", "aws")
e2eskipper.SkipUnlessProviderIs("gce", "gke")
e2eskipper.SkipUnlessNodeCountIsAtLeast(2)
ginkgo.DeferCleanup(func(ctx context.Context) {
ginkgo.By("restoring the original node instance group size")