Skip to content

Commit

Permalink
test: fix scale testing flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
jigisha620 committed Jul 30, 2024
1 parent faf3b6a commit 6d68150
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/suites/scale/provisioning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 6d68150

Please sign in to comment.