[education/rkward] /: Tests on Windows have been broken for >2 weeks, disable the requirement to make CI fail if they fail
Ben Cooksley
null at kde.org
Sun Oct 2 08:00:19 BST 2022
Git commit 97e03283f77df5b6ac82fbc863de985506fdc6a7 by Ben Cooksley.
Committed on 02/10/2022 at 07:00.
Pushed by bcooksley into branch 'master'.
Tests on Windows have been broken for >2 weeks, disable the requirement to make CI fail if they fail
M +1 -1 .kde-ci.yml
https://invent.kde.org/education/rkward/commit/97e03283f77df5b6ac82fbc863de985506fdc6a7
diff --git a/.kde-ci.yml b/.kde-ci.yml
index 9c9d31aa..0461eeb4 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -19,6 +19,6 @@ Dependencies:
'frameworks/kcrash': '@stable'
Options:
- require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ]
+ require-passing-tests-on: [ 'Linux', 'FreeBSD' ]
tests-load-sensitve: True
per-test-timeout: 120
More information about the rkward-tracker
mailing list