don't run too-long-filename test

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-07-08 15:54:51 +02:00
parent 9d47521cf0
commit 6ea944a350
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ class TestLocalPath(common.CommonFSTests):
assert l3.strpath == wc.strpath assert l3.strpath == wc.strpath
assert not hasattr(l3, 'commit') assert not hasattr(l3, 'commit')
@py.test.mark.xfail(run=False, reason="unreliable est for long filenames")
def test_long_filenames(self, tmpdir): def test_long_filenames(self, tmpdir):
if sys.platform == "win32": if sys.platform == "win32":
py.test.skip("win32: work around needed for path length limit") py.test.skip("win32: work around needed for path length limit")