sc/qa/uitest/inputLine/tdf67346.py |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

New commits:
commit 2279fce1292fb5d699dda51e3bd19efdff8fb077
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Thu Aug 31 09:45:29 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Aug 31 10:54:11 2023 +0200

    disable failing inputline UITest
    
    this test fails here on jenkins about 30% of the time
    
    Change-Id: Ie82f4f2621b7d05b7a74bba1b0b5c96b98314b46
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156324
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/sc/qa/uitest/inputLine/tdf67346.py 
b/sc/qa/uitest/inputLine/tdf67346.py
index cc9dc14d628c..27764af5c377 100644
--- a/sc/qa/uitest/inputLine/tdf67346.py
+++ b/sc/qa/uitest/inputLine/tdf67346.py
@@ -39,12 +39,13 @@ class tdf67346(UITestCase):
             self.xUITest.executeCommand(".uno:Paste")
             self.assertEqual(get_cell_by_position(document, 0, 0, 
0).getString(), "Apple")
             self.assertEqual(get_cell_by_position(document, 0, 0, 
1).getString(), "Apple")
-            self.assertEqual(get_state_as_dict(xInputWin)["Text"], "Apple")
-
-            self.xUITest.executeCommand(".uno:Undo")
-            self.assertEqual(get_cell_by_position(document, 0, 0, 
0).getString(), "Apple")
-            self.assertEqual(get_cell_by_position(document, 0, 0, 
1).getString(), "")
-            self.assertEqual(get_state_as_dict(xInputWin)["Text"], "")
+# this test keeps failing here on jenkins
+#            self.assertEqual(get_state_as_dict(xInputWin)["Text"], "Apple")
+#
+#            self.xUITest.executeCommand(".uno:Undo")
+#            self.assertEqual(get_cell_by_position(document, 0, 0, 
0).getString(), "Apple")
+#            self.assertEqual(get_cell_by_position(document, 0, 0, 
1).getString(), "")
+#            self.assertEqual(get_state_as_dict(xInputWin)["Text"], "")
 
 
 # vim: set shiftwidth=4 softtabstop=4 expandtab:

Reply via email to