kopia lustrzana https://github.com/corrscope/corrscope
Disable unit test (creates a popup window)
rodzic
aae4646157
commit
8f521529c2
|
@ -83,6 +83,7 @@ def test_ovgen_terminate_ffplay(Popen, mocker: 'pytest_mock.MockFixture'):
|
|||
popen.terminate.assert_called()
|
||||
|
||||
|
||||
@pytest.mark.skip('Launches ffmpeg and ffplay processes, creating a ffplay window')
|
||||
def test_ovgen_terminate_works():
|
||||
""" Ensure that ffmpeg/ffplay terminate quickly after Python exceptions, when
|
||||
`popen.terminate()` is called. """
|
||||
|
|
Ładowanie…
Reference in New Issue