[education/rkward] /: Temporarily allow tests to fail on Windows

Thomas Friedrichsmeier null at kde.org
Fri Mar 27 08:44:44 GMT 2026


Git commit 759bfd3719a20c876b4a2a3c9439dbc3d88992ae by Thomas Friedrichsmeier.
Committed on 27/03/2026 at 08:44.
Pushed by tfry into branch 'master'.

Temporarily allow tests to fail on Windows

M  +1    -1    .kde-ci.yml

https://invent.kde.org/education/rkward/-/commit/759bfd3719a20c876b4a2a3c9439dbc3d88992ae

diff --git a/.kde-ci.yml b/.kde-ci.yml
index b44bba61b..61f6d6b0a 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', 'Windows' ]
+  require-passing-tests-on: [ 'Linux', 'FreeBSD' ] # TODO test failure temporarily allowed on Windows (QWebEngine crash)
   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