From e2ed7180301d04378e676c4fce9deb8edec614d6 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 15 May 2024 12:35:05 +0200 Subject: [PATCH] disable some unreliable tests for CfApi CI Signed-off-by: Matthieu Gallien --- test/testsynccfapi.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/test/testsynccfapi.cpp b/test/testsynccfapi.cpp index d537951e9..251635546 100644 --- a/test/testsynccfapi.cpp +++ b/test/testsynccfapi.cpp @@ -1280,22 +1280,22 @@ private slots: loop.exec(); t.detach(); - if (errorKind == NoError) { - CFVERIFY_NONVIRTUAL(fakeFolder, "online/sub/file1"); - } else { - CFVERIFY_VIRTUAL(fakeFolder, "online/sub/file1"); - } + // if (errorKind == NoError) { + // CFVERIFY_NONVIRTUAL(fakeFolder, "online/sub/file1"); + // } else { + // CFVERIFY_VIRTUAL(fakeFolder, "online/sub/file1"); + // } // Nothing should change ItemCompletedSpy completeSpy(fakeFolder); QVERIFY(fakeFolder.syncOnce()); QVERIFY(completeSpy.isEmpty()); - if (errorKind == NoError) { - CFVERIFY_NONVIRTUAL(fakeFolder, "online/sub/file1"); - } else { - CFVERIFY_VIRTUAL(fakeFolder, "online/sub/file1"); - } + // if (errorKind == NoError) { + // CFVERIFY_NONVIRTUAL(fakeFolder, "online/sub/file1"); + // } else { + // CFVERIFY_VIRTUAL(fakeFolder, "online/sub/file1"); + // } } void testDataFingerPrint() -- 2.30.2