There was an error while loading. Please reload this page.
1 parent b5e50fa commit 33a9869Copy full SHA for 33a9869
1 file changed
Lib/test/test_logging.py
@@ -800,6 +800,7 @@ def lock_holder_thread_fn():
800
801
support.wait_process(pid, exitcode=0)
802
803
+ @unittest.skipIf(support.is_wasi or support.MS_WINDOWS, "Platform does not support symlinks.")
804
def test_135683(self):
805
# See gh-135683
806
0 commit comments