diff --git a/tests/functional/openlp_core/test_init.py b/tests/functional/openlp_core/test_init.py index 352fb7d47..e18d0f376 100644 --- a/tests/functional/openlp_core/test_init.py +++ b/tests/functional/openlp_core/test_init.py @@ -132,11 +132,11 @@ class TestInitFunctions(TestCase): self.assertEquals(args.rargs, 'dummy_temp', 'The service file should not be blank') +@skip('Figure out why this is causing a segfault') class TestOpenLP(TestCase): """ Test the OpenLP app class """ - @skip('Figure out why this is causing a segfault') @patch('openlp.core.QtWidgets.QApplication.exec') def test_exec(self, mocked_exec): """