From aa5241dfd6d56ad64703767f48cacb5dc2a9ecd9 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 1 Mar 2017 01:13:28 +0100 Subject: [PATCH] uitest: enable additional chart tests that seem to be stable now Change-Id: I9a41c29807cc47f570a9057435386e519a438289 --- uitest/calc_tests/create_chart.py | 2 -- 1 file changed, 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")