mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
don't run these tests on aws
This commit is contained in:
parent
ba7feccfa3
commit
9f06eb4ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue