From: Olivier Goffart Date: Thu, 26 Jul 2018 11:53:40 +0000 (+0200) Subject: Skip failing test X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~536 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6fc3b6e0ab4a451c9767e4b0a321255d9647368;p=nextcloud-desktop.git Skip failing test These tests are failling because now we consider that any files that ends with .owncloud is a virtual file, regardless what the DB say. --- diff --git a/test/testsyncvirtualfiles.cpp b/test/testsyncvirtualfiles.cpp index 78ba1ed87..422250994 100644 --- a/test/testsyncvirtualfiles.cpp +++ b/test/testsyncvirtualfiles.cpp @@ -411,6 +411,7 @@ private slots: // Check what might happen if an older sync client encounters virtual files void testOldVersion1() { + QSKIP("Does not work with the new discovery because the way we simulate the old client does not work"); FakeFolder fakeFolder{ FileInfo() }; SyncOptions syncOptions; syncOptions._newFilesAreVirtual = true; @@ -456,6 +457,7 @@ private slots: // Older versions may leave db entries for foo and foo.owncloud void testOldVersion2() { + QSKIP("Does not work with the new discovery because the way we simulate the old client does not work"); FakeFolder fakeFolder{ FileInfo() }; // Sync a file