[py-svn] py-trunk commit edd9d1da0140: don't run too-long-filename test

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jul 8 15:55:40 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <holger at merlinux.eu>
# Date 1278597291 -7200
# Node ID edd9d1da014015870871445ef7ae47b2b9b95f07
# Parent  d5f839c4ac46a1237c134ae5855bdbe8e0a16fe2
don't run too-long-filename test

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



More information about the pytest-commit mailing list