Skip to content

Commit 89a37fc

Browse files
committed
fix: potential for flaky tests
Signed-off-by: Ajay Mishra <[email protected]>
1 parent 5d7f662 commit 89a37fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ test-ci:
2020
@echo "Pre-test: Cleaning up any failed pods..."
2121
kubectl delete pods -n nvsentinel --field-selector=status.phase=Failed --ignore-not-found=true || true
2222
@echo "Pre-test: Waiting for fault-quarantine deployment to be available..."
23-
kubectl wait --for=condition=available deployment/nvsentinel-fault-quarantine -n nvsentinel --timeout=5m || true
23+
kubectl wait --for=condition=available deployment/fault-quarantine -n nvsentinel --timeout=5m || true
2424
@sleep 10
2525
@echo "Restarting fault-quarantine deployment..."
2626
kubectl rollout restart deploy -l app.kubernetes.io/name=fault-quarantine -n nvsentinel
2727
@echo "Waiting for deployment rollout to complete..."
28-
kubectl rollout status deployment/nvsentinel-fault-quarantine -n nvsentinel --timeout=10m
28+
kubectl rollout status deployment/fault-quarantine -n nvsentinel --timeout=10m
2929
$(MAKE) test
3030

3131
# Run end-to-end tests

0 commit comments

Comments
 (0)