summaryrefslogtreecommitdiff
path: root/uitest/calc_tests
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/calc_tests')
-rw-r--r--uitest/calc_tests/create_chart.py3
-rw-r--r--uitest/calc_tests/edit_chart.py3
2 files changed, 5 insertions, 1 deletions
diff --git a/uitest/calc_tests/create_chart.py b/uitest/calc_tests/create_chart.py
index 6ad7b81c9a53..c43be5f2150c 100644
--- a/uitest/calc_tests/create_chart.py
+++ b/uitest/calc_tests/create_chart.py
@@ -10,6 +10,7 @@ from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.framework import UITestCase
import time
+import unittest
class CalcChartUIDemo(UITestCase):
@@ -108,6 +109,7 @@ class CalcChartUIDemo(UITestCase):
self.ui_test.close_doc()
+ @unittest.skip("linux deadlock")
def test_activate_chart(self):
self.ui_test.create_doc_in_start_center("calc")
@@ -133,6 +135,7 @@ class CalcChartUIDemo(UITestCase):
self.ui_test.close_doc()
+ @unittest.skip("linux deadlock")
def select_chart_element(self):
self.ui_test.create_doc_in_start_center("calc")
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")