diff --git a/test/e2e/windows/memory_limits.go b/test/e2e/windows/memory_limits.go index 388a5487f67..572594f2fdb 100644 --- a/test/e2e/windows/memory_limits.go +++ b/test/e2e/windows/memory_limits.go @@ -53,7 +53,7 @@ var _ = SIGDescribe("[Feature:Windows] Memory Limits [Serial] [Slow]", func() { ginkgo.Context("attempt to deploy past allocatable memory limits", func() { ginkgo.It("should fail deployments of pods once there isn't enough memory", func() { - overrideAllocatableMemoryTest(f, 4) + overrideAllocatableMemoryTest(f, framework.TestContext.CloudConfig.NumNodes) }) })