diff options
author | pxinwr <peixing.xin@windriver.com> | 2020-11-28 21:48:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-28 21:48:38 (GMT) |
commit | 64c8f81047e393d3c54b15a6f9d800e9b26a816c (patch) | |
tree | 1e859ec91fef1a6629691ad2521c289f7717ea97 /Misc/NEWS.d | |
parent | 7a240aef1526e56943381dca3fbda139962500f2 (diff) | |
download | cpython-64c8f81047e393d3c54b15a6f9d800e9b26a816c.zip cpython-64c8f81047e393d3c54b15a6f9d800e9b26a816c.tar.gz cpython-64c8f81047e393d3c54b15a6f9d800e9b26a816c.tar.bz2 |
skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid_symbolic on VxWorks (GH-23518)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2020-11-26-11-13-13.bpo-31904.ay4g89.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-11-26-11-13-13.bpo-31904.ay4g89.rst b/Misc/NEWS.d/next/Tests/2020-11-26-11-13-13.bpo-31904.ay4g89.rst new file mode 100644 index 0000000..6d95d52 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2020-11-26-11-13-13.bpo-31904.ay4g89.rst @@ -0,0 +1 @@ +skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid_symbolic on VxWorks |