sw/qa/uitest/librelogo/run.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 4efade746a70e61bda6be17bcdb4aaa425c5efc1
Author:     Noel Grandin <[email protected]>
AuthorDate: Fri Sep 1 12:34:53 2023 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Fri Sep 1 14:32:02 2023 +0200

    disable unreliable librelogo uitest
    
    Change-Id: Icdd2add6260cc1a3dc309abcaaf9e7531676081c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156404
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/sw/qa/uitest/librelogo/run.py b/sw/qa/uitest/librelogo/run.py
index a7f2d0aa2529..54e003216015 100644
--- a/sw/qa/uitest/librelogo/run.py
+++ b/sw/qa/uitest/librelogo/run.py
@@ -98,7 +98,8 @@ x 3 ; draw only a few levels
             while xIsAlive.invoke((), (), ())[0]:
                 pass
             # new shape + previous two ones = 3
-            self.assertEqual(document.DrawPage.getCount(), 3)
+# disable unreliable test. Depending on how busy the machine is, this may 
produce 3 or 4
+#            self.assertEqual(document.DrawPage.getCount(), 3)
 
    def check_label(self, hasCustomLock):
         sLock = "CLEARSCREEN "

Reply via email to