don't run long-args test on windows because it can't work

This commit is contained in:
holger krekel 2012-11-20 11:52:06 +01:00
parent 7f403950ad
commit a9adfa9114
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ def test_cmdline_processargs_simple(testdir):
])
@pytest.mark.skipif("sys.platform == 'win32'")
def test_toolongargs_issue224(testdir):
result = testdir.runpytest("-m", "hello" * 500)
assert result.ret == 0