diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-01 01:13:28 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-01 02:41:37 +0100 |
commit | aa5241dfd6d56ad64703767f48cacb5dc2a9ecd9 (patch) | |
tree | 2363c064905fdb361022eefb6eddc8b6196138e7 /uitest/calc_tests | |
parent | fb090555c93715a05d58ddec7757ebec39a83696 (diff) |
uitest: enable additional chart tests that seem to be stable now
Change-Id: I9a41c29807cc47f570a9057435386e519a438289
Diffstat (limited to 'uitest/calc_tests')
-rw-r--r-- | uitest/calc_tests/create_chart.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uitest/calc_tests/create_chart.py b/uitest/calc_tests/create_chart.py index 427b4ce2dd1d..5b97199bdf59 100644 --- a/uitest/calc_tests/create_chart.py +++ b/uitest/calc_tests/create_chart.py @@ -103,7 +103,6 @@ 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") @@ -129,7 +128,6 @@ 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") |