diff options
author | pxinwr <peixing.xin@windriver.com> | 2020-12-15 21:21:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 21:21:53 (GMT) |
commit | 9a0dea6137a9fe295c8b03aaa08a74c8572ecc4e (patch) | |
tree | f20bb665411d639b26bb486c82e57f8f8fbbd56f /Misc | |
parent | e1e3c2dac3da8a179f57bd3e3309ab65385bcc8a (diff) | |
download | cpython-9a0dea6137a9fe295c8b03aaa08a74c8572ecc4e.zip cpython-9a0dea6137a9fe295c8b03aaa08a74c8572ecc4e.tar.gz cpython-9a0dea6137a9fe295c8b03aaa08a74c8572ecc4e.tar.bz2 |
bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2020-12-09-15-23-28.bpo-31904.ghj38d.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-12-09-15-23-28.bpo-31904.ghj38d.rst b/Misc/NEWS.d/next/Tests/2020-12-09-15-23-28.bpo-31904.ghj38d.rst new file mode 100644 index 0000000..654562b --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2020-12-09-15-23-28.bpo-31904.ghj38d.rst @@ -0,0 +1 @@ +Skip some tests in _test_all_chown_common() on VxWorks. |