Skip to content

Commit 976e3c9

Browse files
authored
Add reference to bug tracking the skip.
1 parent c6848ac commit 976e3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ def test_makedir(self):
19201920
)
19211921
@unittest.skipIf(
19221922
support.is_emscripten,
1923-
"TODO: Fails in buildbot"
1923+
"TODO: Fails in buildbot; see #135783"
19241924
)
19251925
def test_mode(self):
19261926
with os_helper.temp_umask(0o002):

0 commit comments

Comments
 (0)