Restore "tests: Disable unstable unit test."
This restores commit5c8a224e2d
, which disabled the unstable testReloadWhileDisconnecting testcase. Later this was reverted by commit4fc7bc76db
, but nothing was really done to improve the stability, so go back to disabled for now. (Till somebody has time to debug & fix the root cause here.) Change-Id: I26ea40a81cf9e2673f2397221c85e6f9dedc4052 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88669 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
parent
f7d232d758
commit
7214fe1634
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ class HTTPWSTest : public CPPUNIT_NS::TestFixture
|
|||
|
||||
CPPUNIT_TEST(testSaveOnDisconnect);
|
||||
CPPUNIT_TEST(testSavePassiveOnDisconnect);
|
||||
CPPUNIT_TEST(testReloadWhileDisconnecting);
|
||||
// This test is failing
|
||||
//CPPUNIT_TEST(testReloadWhileDisconnecting);
|
||||
CPPUNIT_TEST(testInactiveClient);
|
||||
CPPUNIT_TEST(testViewInfoMsg);
|
||||
CPPUNIT_TEST(testUndoConflict);
|
||||
|
|
Loading…
Reference in a new issue