File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,7 @@ def test_multiple_optimization_levels(self):
434
434
except Exception :
435
435
pass
436
436
437
+ @unittest .expectedFailureIfWindows ("TODO: RUSTPYTHON" )
437
438
@os_helper .skip_unless_symlink
438
439
def test_ignore_symlink_destination (self ):
439
440
# Create folders for allowed files, symlinks and prohibited area
@@ -699,6 +700,7 @@ def test_recursion_limit(self):
699
700
self .assertCompiled (spamfn )
700
701
self .assertCompiled (eggfn )
701
702
703
+ @unittest .skipIf (sys .platform == 'win32' , 'hang' )
702
704
@os_helper .skip_unless_symlink
703
705
def test_symlink_loop (self ):
704
706
# Currently, compileall ignores symlinks to directories.
@@ -899,6 +901,7 @@ def test_multiple_optimization_levels(self):
899
901
except Exception :
900
902
pass
901
903
904
+ @unittest .expectedFailureIfWindows ("TODO: RUSTPYTHON" )
902
905
@os_helper .skip_unless_symlink
903
906
def test_ignore_symlink_destination (self ):
904
907
# Create folders for allowed files, symlinks and prohibited area
You can’t perform that action at this time.
0 commit comments