Skip to content

Commit 91782bb

Browse files
committed
xfail windows node until pre-commit#887 is resolved
1 parent d0c62aa commit 91782bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testing/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def cmd_output_mocked_pre_commit_home(*args, **kwargs):
4848
def broken_deep_listdir(): # pragma: no cover (platform specific)
4949
if sys.platform != 'win32':
5050
return False
51+
return True # TODO: remove this after #887 is resolved
5152
try:
5253
os.listdir(str('\\\\?\\') + os.path.abspath(str('.')))
5354
except OSError:

0 commit comments

Comments
 (0)