mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #88496 from chewong/fix-memory-limit-test-case
test: don't use hardcoded pod count for memory limit test
This commit is contained in:
commit
6c55e4b4f1
@ -53,7 +53,7 @@ var _ = SIGDescribe("[Feature:Windows] Memory Limits [Serial] [Slow]", func() {
|
|||||||
|
|
||||||
ginkgo.Context("attempt to deploy past allocatable memory limits", 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() {
|
ginkgo.It("should fail deployments of pods once there isn't enough memory", func() {
|
||||||
overrideAllocatableMemoryTest(f, 4)
|
overrideAllocatableMemoryTest(f, framework.TestContext.CloudConfig.NumNodes)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user