[svn r37553] Skip if boxed

--HG--
branch : trunk
This commit is contained in:
fijal 2007-01-29 18:11:13 +01:00
parent fe3a71994a
commit 8a4e21ecd5
1 changed files with 2 additions and 0 deletions

View File

@ -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,