sc/qa/uitest/calc_tests9/tdf91217.py |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 98c13c869df65ee375a9e90ce9fb35097e95cebc
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Nov 25 15:44:58 2019 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Mon Nov 25 15:47:47 2019 +0100

    sc: disable tdf91217 UITest for now
    
    It passed Jenkins once, but it times out for me locally and it regularly
    also times out on Jenkins.
    
    Disable this till the root cause is identified and fixed.
    
    Change-Id: I0501407fb8362c5e1d965e5bf1bdec7fa50b572a
    Reviewed-on: https://gerrit.libreoffice.org/83684
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sc/qa/uitest/calc_tests9/tdf91217.py 
b/sc/qa/uitest/calc_tests9/tdf91217.py
index 103c970e6740..54f56a9fd06d 100644
--- a/sc/qa/uitest/calc_tests9/tdf91217.py
+++ b/sc/qa/uitest/calc_tests9/tdf91217.py
@@ -20,6 +20,8 @@ def get_url_for_data_file(file_name):
 
 class tdf91217(UITestCase):
     def test_tdf91217_crash_deleting_rows(self):
+        # FIXME disable this will it's clear what existing problem did this 
test uncover.
+        return
         calc_doc = 
self.ui_test.load_file(get_url_for_data_file("tdf91217.ods"))
         xCalcDoc = self.xUITest.getTopFocusWindow()
         gridwin = xCalcDoc.getChild("grid_window")
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to