From 8f521529c2ec742fee1d5cba33b24b3d8981609f Mon Sep 17 00:00:00 2001 From: nyanpasu64 Date: Tue, 28 Aug 2018 03:01:29 -0700 Subject: [PATCH] Disable unit test (creates a popup window) --- tests/test_output.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_output.py b/tests/test_output.py index c52c130..d588007 100644 --- a/tests/test_output.py +++ b/tests/test_output.py @@ -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. """