Skip to content

Commit 70b49aa

Browse files
Skip blocking test in customcodeeditor
1 parent de06a81 commit 70b49aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utest/editor/test_customsourceeditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def tearDown(self):
4343
self.app.Destroy()
4444
self.app = None
4545

46-
# @pytest.mark.skip("Does not return")
46+
@pytest.mark.skip("Does not return")
4747
def test_call_main_with_frame(self):
4848
self.frame.Show()
4949
wx.CallLater(5000, self.frame.Destroy)

0 commit comments

Comments
 (0)