summaryrefslogtreecommitdiff
path: root/sc/qa/uitest
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2023-09-09 15:42:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-09-09 16:45:35 +0200
commitc32b1b2dd2722a85d0bee5891a9a8d5c38f67642 (patch)
treea5c54418896c9bf7ca1a295084150b489882efa0 /sc/qa/uitest
parent408a4b76c3dae617842a967264cc9342af86759c (diff)
disable more flaky navigator UITest
Change-Id: Ieadd35fef7f709e9eaf0f26238f7613076aa8c52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156775 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/qa/uitest')
-rw-r--r--sc/qa/uitest/calc_tests8/navigator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/qa/uitest/calc_tests8/navigator.py b/sc/qa/uitest/calc_tests8/navigator.py
index d0a3280619a5..ec8fa2ae9a2e 100644
--- a/sc/qa/uitest/calc_tests8/navigator.py
+++ b/sc/qa/uitest/calc_tests8/navigator.py
@@ -155,7 +155,8 @@ class navigator(UITestCase):
# Without the fix in place, this test would have failed with
# AssertionError: '0' != '1'
self.assertEqual(get_state_as_dict(xGridWin)["CurrentRow"], "1")
- self.assertEqual(get_state_as_dict(xGridWin)["CurrentColumn"], "1")
+# disable flaky test
+# self.assertEqual(get_state_as_dict(xGridWin)["CurrentColumn"], "1")
self.xUITest.executeCommand(".uno:Sidebar")