Skip KConfigTest::testKdeglobalsVsDefault()
authorPino Toscano <pino@debian.org>
Mon, 14 Apr 2025 16:47:57 +0000 (18:47 +0200)
committerPatrick Franz <deltaone@debian.org>
Mon, 14 Apr 2025 16:47:57 +0000 (18:47 +0200)
Forwarded: not-needed
Last-Update: 2022-05-27

This test generally passes, however not every time. It appears that it is
somehow flaky, and I cannot determine the reason for that.

Since the test of the test suite passes in all the cases without issues,
skip this test only for now.

Gbp-Pq: Name tests-skip-flaky-KConfigTest-testKdeglobalsVsDefault.diff

autotests/kconfigtest.cpp

index a0e01b6874211f388903158e6dd4d89972ed4f2e..7a2f5332846a5788c994ab93085d08a6b3b315ad 100644 (file)
@@ -2161,6 +2161,7 @@ void KConfigTest::testKAuthorizeEnums()
 
 void KConfigTest::testKdeglobalsVsDefault()
 {
+    QSKIP("Generally passes, however it is too flaky.");
     // Add testRestore key with global value in kdeglobals
     KConfig glob(QStringLiteral("kdeglobals"));
     KConfigGroup generalGlob(&glob, QStringLiteral("General"));