diff options
author | Malcolm Smith <smith@chaquo.com> | 2024-02-29 21:32:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 21:32:50 (GMT) |
commit | 41d5391c551e2012f13d56ff4bcc1df15c2821d3 (patch) | |
tree | 2767dd61f16e8519893a376ce4ec6452661dac16 /Misc/NEWS.d/next/Tests | |
parent | 83c5ecdeec80fbd1f667f234f626c4154d40ebb5 (diff) | |
download | cpython-41d5391c551e2012f13d56ff4bcc1df15c2821d3.zip cpython-41d5391c551e2012f13d56ff4bcc1df15c2821d3.tar.gz cpython-41d5391c551e2012f13d56ff4bcc1df15c2821d3.tar.bz2 |
gh-71052: Add test exclusions to support running the test suite on Android (#115918)
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2024-02-25-16-28-26.gh-issue-71052.lSb9EC.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2024-02-25-16-28-26.gh-issue-71052.lSb9EC.rst b/Misc/NEWS.d/next/Tests/2024-02-25-16-28-26.gh-issue-71052.lSb9EC.rst new file mode 100644 index 0000000..9d3467c --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2024-02-25-16-28-26.gh-issue-71052.lSb9EC.rst @@ -0,0 +1 @@ +Add test exclusions to support running the test suite on Android. |