Skip to content

Commit 69c759e

Browse files
erlend-aaslandadorilson
authored andcommitted
pythongh-116075: Skip test_external_inspection on qemu in JIT CI (python#116076)
1 parent 6cc0410 commit 69c759e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
runner: ubuntu-latest
7171
compiler: gcc
7272
# These fail because of emulation, not because of the JIT:
73-
exclude: test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv
73+
exclude: test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv test_external_inspection
7474
- target: aarch64-unknown-linux-gnu/clang
7575
architecture: aarch64
7676
runner: ubuntu-latest
7777
compiler: clang
7878
# These fail because of emulation, not because of the JIT:
79-
exclude: test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv
79+
exclude: test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv test_external_inspection
8080
env:
8181
CC: ${{ matrix.compiler }}
8282
steps:

0 commit comments

Comments
 (0)