mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
don't run these tests on aws
This commit is contained in:
parent
ba7feccfa3
commit
9f06eb4ca2
@ -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 New Issue
Block a user