[Libreoffice-commits] online.git: test/TileCacheTests.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Aug 3 11:56:41 UTC 2018
test/TileCacheTests.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 4d1ffab9413fdbc1636686b07d88df785485766a
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri Aug 3 13:50:40 2018 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Fri Aug 3 13:50:40 2018 +0200
Disable testCancelTilesMultiView
It's seems unstable. After canceltiles wsd still can send tiles
if they already in the senderqueue.
Change-Id: I28f669aa18dfbfee1d9d242bd1ee3d0490f06c68
diff --git a/test/TileCacheTests.cpp b/test/TileCacheTests.cpp
index 09fe0671e..dd6fb9714 100644
--- a/test/TileCacheTests.cpp
+++ b/test/TileCacheTests.cpp
@@ -60,7 +60,8 @@ class TileCacheTests : public CPPUNIT_NS::TestFixture
CPPUNIT_TEST(testSimpleCombine);
CPPUNIT_TEST(testPerformance);
CPPUNIT_TEST(testCancelTiles);
- CPPUNIT_TEST(testCancelTilesMultiView);
+ // unstable
+ // CPPUNIT_TEST(testCancelTilesMultiView);
CPPUNIT_TEST(testDisconnectMultiView);
CPPUNIT_TEST(testUnresponsiveClient);
CPPUNIT_TEST(testImpressTiles);
More information about the Libreoffice-commits
mailing list