┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Englbrecht <[email protected]>2026-05-23 13:29:26 +0200
committerSebastian Englbrecht <[email protected]>2026-05-25 13:05:50 +0200
commit4206a59da05dd314fcb5b0bee8e5b87c1454ca3d (patch)
tree47c00a4faec014305afffd7094018185e039a83c
parenta33d65a418bf5bdb13d83281ce665d630a95668e (diff)
ci: remove --repeat until-pass:3
Tests are now deterministic — flaky qWait(N) calls have been replaced with signal-based waits and a lint rule prevents reintroduction. The retry workaround is no longer needed.
-rw-r--r--.kde-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.kde-ci.yml b/.kde-ci.yml
index 66f1007b9..116533d7b 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -43,6 +43,5 @@ RuntimeDependencies:
'sdk/selenium-webdriver-at-spi': '@latest-kf6'
Options:
- ctest-arguments: '--repeat until-pass:3'
use-ccache: True
require-passing-tests-on: ['Linux/Qt6', 'FreeBSD/Qt6']