Skip KConfigTest::testLocalDeletion()
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-15

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-testLocalDeletion.diff

autotests/kconfigtest.cpp

index 679dd7bf239b5ec4cee85dd04768be6994636d8f..a0e01b6874211f388903158e6dd4d89972ed4f2e 100644 (file)
@@ -1695,6 +1695,7 @@ void KConfigTest::testKdeGlobals()
 
 void KConfigTest::testLocalDeletion()
 {
+    QSKIP("Generally passes, however it is too flaky.");
     // Prepare kdeglobals
     {
         KConfig glob(QStringLiteral("kdeglobals"));