test/httpwstest.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7214fe163485267f0cf798f10950dfc25a57047a
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Fri Feb 14 09:03:09 2020 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Feb 14 09:59:23 2020 +0100

    Restore "tests: Disable unstable unit test."
    
    This restores commit 5c8a224e2d1394e07f429e840ae32e7257615ce7, which
    disabled the unstable testReloadWhileDisconnecting testcase. Later this
    was reverted by commit 4fc7bc76dbe9ad4845cdeb5377e57c212cfb5acd, 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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/test/httpwstest.cpp b/test/httpwstest.cpp
index 3f90fabca..4a2ea298b 100644
--- a/test/httpwstest.cpp
+++ b/test/httpwstest.cpp
@@ -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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to