[Libreoffice-commits] online.git: test/httpwstest.cpp

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 14 08:59:50 UTC 2020


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

New commits:
commit 7214fe163485267f0cf798f10950dfc25a57047a
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri Feb 14 09:03:09 2020 +0100
Commit:     Miklos Vajna <vmiklos at 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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Miklos Vajna <vmiklos at 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);


More information about the Libreoffice-commits mailing list