Skip to content

Commit 69e72cc

Browse files
committed
Additional fix for new scheduling fail fast test case.
Signed-off-by: dmatch01 <darroyo@us.ibm.com>
1 parent 7d6f7aa commit 69e72cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ var _ = Describe("AppWrapper E2E Test", func() {
369369
defer cleanupTestObjectsPtr(context, appwrappersPtr)
370370

371371
// This should fill up the worker node and most of the master node
372-
aw := createDeploymentAWwith550CPU(context, "aw-ff-deployment-2-550cpu")
372+
aw := createDeploymentAWwith550CPU(context, "aw-deployment-2-550cpu")
373373
appwrappers = append(appwrappers, aw)
374374

375375
err := waitAWPodsReady(context, aw)

0 commit comments

Comments
 (0)