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

This commit is contained in:
Terry Jan Reedy 2013-08-10 20:58:59 -04:00
parent e1acf347a5
commit 4a0b6f70f6
1 changed files with 1 additions and 0 deletions

View File

@ -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