From 8a4e21ecd53f2f3653596a4f40ea28e7a6deed4f Mon Sep 17 00:00:00 2001 From: fijal Date: Mon, 29 Jan 2007 18:11:13 +0100 Subject: [PATCH] [svn r37553] Skip if boxed --HG-- branch : trunk --- py/path/local/testing/test_local.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/py/path/local/testing/test_local.py b/py/path/local/testing/test_local.py index d3496c5e8..7e1cbb387 100644 --- a/py/path/local/testing/test_local.py +++ b/py/path/local/testing/test_local.py @@ -261,6 +261,8 @@ class TestExecution(LocalSetup): assert not numdir.new(ext=str(i-3)).check() def test_locked_make_numbered_dir(self): + if py.test.config.is_boxed(): + py.test.skip("Fails under boxing") root = self.tmpdir for i in range(10): numdir = local.make_numbered_dir(prefix='base.', rootdir=root,