From 6d68150b5d56141ef73d441522e8bdaa336bde3b Mon Sep 17 00:00:00 2001 From: jigisha620 Date: Mon, 29 Jul 2024 15:55:39 -0700 Subject: [PATCH] test: fix scale testing flakes --- test/suites/scale/provisioning_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/suites/scale/provisioning_test.go b/test/suites/scale/provisioning_test.go index d66957235e86..edd7a144b14a 100644 --- a/test/suites/scale/provisioning_test.go +++ b/test/suites/scale/provisioning_test.go @@ -203,9 +203,6 @@ var _ = Describe("Provisioning", Label(debug.NoWatch), Label(debug.NoEvents), fu By("kicking off provisioning by applying the nodePool and nodeClass") env.ExpectCreated(nodePool, nodeClass) - env.EventuallyExpectCreatedNodeClaimCount("==", expectedNodeCount) - env.EventuallyExpectCreatedNodeCount("==", expectedNodeCount) - env.EventuallyExpectInitializedNodeCount("==", expectedNodeCount) env.EventuallyExpectHealthyPodCount(selector, replicas) }, map[string]string{ aws.TestCategoryDimension: testGroup, @@ -251,9 +248,6 @@ var _ = Describe("Provisioning", Label(debug.NoWatch), Label(debug.NoEvents), fu By("kicking off provisioning by applying the nodePool and nodeClass") env.ExpectCreated(nodePool, nodeClass) - env.EventuallyExpectCreatedNodeClaimCount("==", expectedNodeCount) - env.EventuallyExpectCreatedNodeCount("==", expectedNodeCount) - env.EventuallyExpectInitializedNodeCount("==", expectedNodeCount) env.EventuallyExpectHealthyPodCount(selector, replicas) }, map[string]string{ aws.TestCategoryDimension: testGroup,