mirror of
https://github.com/httpie/cli.git
synced 2025-01-24 22:38:37 +01:00
Disabled test_windows_colorized_output
This commit is contained in:
parent
8158fa8c45
commit
0c45c7cb39
@ -10,6 +10,8 @@ from httpie.compat import is_windows
|
||||
@pytest.mark.skipif(not is_windows, reason='windows-only')
|
||||
class TestWindowsOnly:
|
||||
|
||||
@pytest.mark.skipif(True,
|
||||
reason='this test for some reason kills the process')
|
||||
def test_windows_colorized_output(self):
|
||||
# Spits out the colorized output.
|
||||
http(httpbin('/get'), env=Environment())
|
||||
|
Loading…
Reference in New Issue
Block a user