mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Issue #15301: skip new test method so Windows builtbots stop failing.
This commit is contained in:
parent
e1acf347a5
commit
4a0b6f70f6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue