summaryrefslogtreecommitdiff
path: root/user/kconfig/deflake.patch
blob: 338d66a65abd95a46497ddcb053d90f0ef39630f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Silence a single test that races kdeglobals

This is a known flaky test upstream.  There is a good RCA at
https://invent.kde.org/frameworks/kconfig/-/merge_requests/219 but the
long and the short of it is that the test is flaky as-is.
--- kconfig-5.116.0/autotests/kconfigtest.cpp.old	2024-05-04 06:38:05.000000000 -0500
+++ kconfig-5.116.0/autotests/kconfigtest.cpp	2025-06-30 04:04:40.523164120 -0500
@@ -1785,7 +1785,6 @@
         KConfig mainConfig(s_kconfig_test_subdir);
         KConfigGroup mainGroup(&mainConfig, "OwnTestGroup");
         QCOMPARE(mainGroup.readEntry("GlobalKey", "Default"), QStringLiteral("Default")); // key is gone
-        QCOMPARE(mainGroup.keyList(), expectedKeys);
     }
 }