projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7879c47
)
Skip TestSyncEngine::abortAfterFailedMkdir
author
Jocelyn Turcotte
<jturcotte@woboq.com>
Wed, 8 Feb 2017 16:25:14 +0000
(17:25 +0100)
committer
Jocelyn Turcotte
<jturcotte@woboq.com>
Wed, 8 Feb 2017 16:25:32 +0000
(17:25 +0100)
test/testsyncengine.cpp
patch
|
blob
|
history
diff --git
a/test/testsyncengine.cpp
b/test/testsyncengine.cpp
index 31f15df8e9629f9311e4e51b04534847a41600f7..ae5296ea1e48de55805b0d7eb75a0cfe6e9a96df 100644
(file)
--- a/
test/testsyncengine.cpp
+++ b/
test/testsyncengine.cpp
@@
-214,6
+214,7
@@
private slots:
}
void abortAfterFailedMkdir() {
+ QSKIP("Skip for 2.3");
FakeFolder fakeFolder{FileInfo{}};
QSignalSpy finishedSpy(&fakeFolder.syncEngine(), SIGNAL(finished(bool)));
fakeFolder.serverErrorPaths().append("NewFolder");