Skip to content

Commit ac8809a

Browse files
committed
Marke test for #1422 as failig for now
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 85595d1 commit ac8809a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/scancode/test_resource.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
from os.path import exists
3333
from os.path import join
3434

35+
import pytest
36+
3537
from commoncode.fileutils import parent_directory
3638
from commoncode.system import py2
3739
from commoncode.system import py3
@@ -64,7 +66,10 @@ def test_walk_defaults(self):
6466
]
6567
assert expected == [(r.name, r.is_file) for r in results]
6668

69+
70+
@pytest.mark.xfail(reason='FIXME: a fie for ticket #1422 is needed')
6771
def test_Codebase_with_only_ignores_should_not_faild_to_create(self):
72+
from commoncode.fileutils import create_dir
6873
test_codebase = self.get_temp_dir()
6974
create_dir(join(test_codebase, 'sccs', 'a'))
7075
create_dir(join(test_codebase, 'rcs', 'b'))

0 commit comments

Comments
 (0)