mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +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
|
var originalNodeCount int32
|
||||||
|
|
||||||
ginkgo.BeforeEach(func() {
|
ginkgo.BeforeEach(func() {
|
||||||
e2eskipper.SkipUnlessProviderIs("gce", "gke", "aws")
|
e2eskipper.SkipUnlessProviderIs("gce", "gke")
|
||||||
e2eskipper.SkipUnlessNodeCountIsAtLeast(2)
|
e2eskipper.SkipUnlessNodeCountIsAtLeast(2)
|
||||||
ginkgo.DeferCleanup(func(ctx context.Context) {
|
ginkgo.DeferCleanup(func(ctx context.Context) {
|
||||||
ginkgo.By("restoring the original node instance group size")
|
ginkgo.By("restoring the original node instance group size")
|
||||||
|
Loading…
Reference in New Issue
Block a user