summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/kwayland-skip-flaky-test.patch
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-08-19 05:02:00 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-19 05:02:00 +0800
commit597af70fd24eb85a85fa8c45008c9cfa241f4d0b (patch)
tree981c2f4cb803f5a3d33d50f132ecc114373c17a0 /gnu/packages/patches/kwayland-skip-flaky-test.patch
parent0d70012efb3d19cf9ba955b5df493f193af0ca7e (diff)
parentf3f02dd9c8dce60db0abd84100000edc0b07b6c1 (diff)
Merge branch 'kde-updates'
Diffstat (limited to 'gnu/packages/patches/kwayland-skip-flaky-test.patch')
-rw-r--r--gnu/packages/patches/kwayland-skip-flaky-test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/patches/kwayland-skip-flaky-test.patch b/gnu/packages/patches/kwayland-skip-flaky-test.patch
deleted file mode 100644
index 592ab3cc77..0000000000
--- a/gnu/packages/patches/kwayland-skip-flaky-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-This test fails in the Guix CI for unknown and difficult to debug reasons.
-
-diff --git a/autotests/client/test_plasma_window_model.cpp b/autotests/client/test_plasma_window_model.cpp
---- a/autotests/client/test_plasma_window_model.cpp
-+++ b/autotests/client/test_plasma_window_model.cpp
-@@ -545,6 +545,7 @@ void PlasmaWindowModelTest::testPid()
-
- void PlasmaWindowModelTest::testVirtualDesktops()
- {
-+ QSKIP("This test fails on the Guix CI (FIXME)");
- auto model = m_pw->createWindowModel();
- QVERIFY(model);
- QSignalSpy rowInsertedSpy(model, &PlasmaWindowModel::rowsInserted);