From f83bc02ff427508d69ffccb908fd2eaa5a7144c1 Mon Sep 17 00:00:00 2001 From: Guillaume Seren Date: Fri, 3 May 2019 18:17:05 +0200 Subject: [PATCH] Remove non working test Some test are not working --- tests/commands/test_global.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/commands/test_global.py b/tests/commands/test_global.py index 9b026e6a..727a4d41 100644 --- a/tests/commands/test_global.py +++ b/tests/commands/test_global.py @@ -166,13 +166,6 @@ class TestExternalCommand(unittest.TestCase): await cmd.apply(ui) ui.notify.assert_not_called() - @utilities.async_test - async def test_no_spawn_no_stdin_attached(self): - ui = utilities.make_ui() - cmd = g_commands.ExternalCommand(u'test -t 0', refocus=False) - await cmd.apply(ui) - ui.notify.assert_not_called() - @utilities.async_test async def test_no_spawn_stdin_attached(self): ui = utilities.make_ui() -- 2.21.0