Kaydet (Commit) 4a0b6f70 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Issue #15301: skip new test method so Windows builtbots stop failing.

üst e1acf347
......@@ -867,6 +867,7 @@ class MakedirTests(unittest.TestCase):
os.makedirs(path, mode=mode, exist_ok=True)
os.umask(old_mask)
@unittest.skipUnless(hasattr(os, 'chown'), 'test needs os.chown')
def test_chown_uid_gid_arguments_must_be_index(self):
stat = os.stat(support.TESTFN)
uid = stat.st_uid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment