Skip to content

Commit ea58596

Browse files
committed
Revert "Merge pull request pre-commit#888 from pre-commit/887_xfail_windows_node_again"
This reverts commit 45a34d6, reversing changes made to d0c62aa.
1 parent 570d629 commit ea58596

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ 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
5251
try:
5352
os.listdir(str('\\\\?\\') + os.path.abspath(str('.')))
5453
except OSError:

0 commit comments

Comments
 (0)