[education/rkward] /: Reenable check for passing tests on Windows
Thomas Friedrichsmeier
null at kde.org
Fri Apr 10 19:00:52 BST 2026
Git commit afcb4e418962480ffc73694a1da0ef3dc8da4aa1 by Thomas Friedrichsmeier.
Committed on 10/04/2026 at 18:00.
Pushed by tfry into branch 'master'.
Reenable check for passing tests on Windows
M +1 -1 .kde-ci.yml
https://invent.kde.org/education/rkward/-/commit/afcb4e418962480ffc73694a1da0ef3dc8da4aa1
diff --git a/.kde-ci.yml b/.kde-ci.yml
index 61f6d6b0a..b44bba61b 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -19,7 +19,7 @@ Dependencies:
'frameworks/kcrash': '@latest-kf6'
Options:
- require-passing-tests-on: [ 'Linux', 'FreeBSD' ] # TODO test failure temporarily allowed on Windows (QWebEngine crash)
+ require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
tests-load-sensitve: True
per-test-timeout: 180
cppcheck-arguments: '--enable=warning,style,performance --inline-suppr -DR_EXECUTABLE="/usr/bin/R" -DRKWARD_VERSION="dummy" -DCPPCHECK_ONLY=1 --suppress=unknownMacro --suppress=preprocessorErrorDirective --suppress=returnByReference'
More information about the rkward-tracker
mailing list