From dce77d216012fc2bb9f626969cff9f4fc9e3dda6 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Mon, 27 Mar 2017 22:19:33 -0700 Subject: [PATCH] Try to figure out why it segfaults on Jenkins but not on my machine --- tests/functional/openlp_core/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """