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

New commits:
commit 1775b0c25ab13dab94c5ce930d45347a25198af4
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Tue Sep 5 11:37:14 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Tue Sep 5 18:36:12 2023 +0200

    disable unreliable navigator UITest
    
    Change-Id: I8f7c895a983d75814e237284f37692ba6cf7a077
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156558
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sw/qa/uitest/navigator/tdf148198.py 
b/sw/qa/uitest/navigator/tdf148198.py
index 3e7b00e7d5e0..f22f9ada7cae 100644
--- a/sw/qa/uitest/navigator/tdf148198.py
+++ b/sw/qa/uitest/navigator/tdf148198.py
@@ -58,7 +58,8 @@ class tdf148198(UITestCase):
 
             # without the fix in place, this would fail:
             #   AssertionError: '2' != '11'
-            self.assertEqual('2', get_state_as_dict(xHyperlinks)['Children'])
+# Disable unreliable test, sometimes fails with AssertionError: '2' != '0'
+#            self.assertEqual('2', get_state_as_dict(xHyperlinks)['Children'])
             self.assertEqual(sHyperlink0, 
get_state_as_dict(xHyperlinks.getChild('0'))['Text'])
             self.assertEqual(sHyperlink1, 
get_state_as_dict(xHyperlinks.getChild('1'))['Text'])
 

Reply via email to