summaryrefslogtreecommitdiff
path: root/uitest/calc_tests/edit_chart.py
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/calc_tests/edit_chart.py')
-rw-r--r--uitest/calc_tests/edit_chart.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/uitest/calc_tests/edit_chart.py b/uitest/calc_tests/edit_chart.py
index 9ed52559a209..c5d85c0678ed 100644
--- a/uitest/calc_tests/edit_chart.py
+++ b/uitest/calc_tests/edit_chart.py
@@ -9,7 +9,7 @@ from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
-import time
+import unittest
class CalcChartEditUIDemo(UITestCase):
@@ -33,6 +33,7 @@ class CalcChartEditUIDemo(UITestCase):
xGridWindow.executeAction("SELECT", mkPropertyValues({"RANGE": "A1:C2"}))
+ @unittest.skip("deadlock in the chart/embbedobj code")
def test_select_secondary_axis(self):
self.ui_test.create_doc_in_start_center("calc")