diff options
author | Savannah Ostrowski <savannahostrowski@gmail.com> | 2024-09-25 01:09:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 01:09:50 (GMT) |
commit | b6471f4a391e9d3c8e1b244c56a4cc25974632c9 (patch) | |
tree | 7c10fb39c8565bafe59dc4678ea60e691780a29a /Tools | |
parent | 950fab46ad3a1960aa289d2d1de55447b88e25d7 (diff) | |
download | cpython-b6471f4a391e9d3c8e1b244c56a4cc25974632c9.zip cpython-b6471f4a391e9d3c8e1b244c56a4cc25974632c9.tar.gz cpython-b6471f4a391e9d3c8e1b244c56a4cc25974632c9.tar.bz2 |
GH-124408: Temporarily skip test_strftime_y2k for emulated Linux JIT CI (GH-124466)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/jit/ignore-tests-emulated-linux.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/jit/ignore-tests-emulated-linux.txt b/Tools/jit/ignore-tests-emulated-linux.txt index dbb3646..e379e39 100644 --- a/Tools/jit/ignore-tests-emulated-linux.txt +++ b/Tools/jit/ignore-tests-emulated-linux.txt @@ -1,4 +1,5 @@ test_multiprocessing_fork +test_strftime_y2k test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_run test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_subprocess test.test_asyncio.test_unix_events.TestFork.test_fork_signal_handling |