Skip to content

Commit a92ca55

Browse files
ci: remove continue-on-error from stop/start lifecycle test
The microk8s flakiness fix (canonical/microk8s#5546) has merged, so the stop/start lifecycle test no longer needs to tolerate failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3185931 commit a92ca55

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/microk8s-integration.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
sudo -E python -m pytest -rA -s tests/test-simple.py -k "not test_microk8s_stop_start"
9292
9393
- name: Run stop/start lifecycle test
94-
# canonical/microk8s#5546 fixes the flakiness; continue-on-error until it merges
95-
continue-on-error: true
9694
run: |
9795
cd microk8s
9896
sudo -E python -m pytest -rA -s tests/test-simple.py -k "test_microk8s_stop_start"

0 commit comments

Comments
 (0)