[Libreoffice-commits] core.git: sc/qa
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 25 14:48:40 UTC 2019
sc/qa/uitest/calc_tests9/tdf91217.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 98c13c869df65ee375a9e90ce9fb35097e95cebc
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Mon Nov 25 15:44:58 2019 +0100
Commit: Miklos Vajna <vmiklos at 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 <vmiklos at collabora.com>
Tested-by: Miklos Vajna <vmiklos at 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")
More information about the Libreoffice-commits
mailing list