From 1efebfb6a4677e2d5d688881523de3e4f557f4a4 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 18 Jun 2024 22:42:00 +0200 Subject: [PATCH] CI: Disable requiring Windows tests passing Has been broken for 4 consecutive weeks (cherry picked from commit 2daf3b5c4b4ebdb9940f548bcd3ce8fd296d3380) --- .kde-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 1e7dd92b5..b2aa05ec8 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -40,4 +40,4 @@ Dependencies: Options: per-test-timeout: 90 - require-passing-tests-on: [ '@all' ] + require-passing-tests-on: [ 'Linux', 'Android', 'FreeBSD' ]