forked from openlp/openlp
Try to figure out why it segfaults on Jenkins but not on my machine
This commit is contained in:
parent
4f6afb71d1
commit
6054f0cae9
@ -136,7 +136,7 @@ class TestOpenLP(TestCase):
|
|||||||
"""
|
"""
|
||||||
Test the OpenLP app class
|
Test the OpenLP app class
|
||||||
"""
|
"""
|
||||||
# @skip('Figure out why this is causing a segfault')
|
@skip('Figure out why this is causing a segfault')
|
||||||
@patch('openlp.core.QtWidgets.QApplication.exec')
|
@patch('openlp.core.QtWidgets.QApplication.exec')
|
||||||
def test_exec(self, mocked_exec):
|
def test_exec(self, mocked_exec):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user