forked from openlp/openlp
Try to figure out why it segfaults on Jenkins but not on my machine
This commit is contained in:
parent
6054f0cae9
commit
dce77d2160
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user