diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index e91bc16f58d..5537004fba3 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -904,6 +904,7 @@ tasks: TEST_DEFAULT: 0 TEST_INTEGRATION_JAVA: 0 TEST_{{ target|upper }}: 1 + PYTEST_ADDOPTS: "-k 'not test_cancellation'" artifact: "source" github_runner: "{{ runner }}" {% endfor %} @@ -936,6 +937,7 @@ tasks: arch_emulation: "x86_64" env: TEST_DEFAULT: 0 + PYTEST_ADDOPTS: "-k 'not test_cancellation'" artifact: "wheels" verify-rc-wheels-macos-11-arm64: @@ -946,6 +948,7 @@ tasks: arch_emulation: "arm64" env: TEST_DEFAULT: 0 + PYTEST_ADDOPTS: "-k 'not test_cancellation'" artifact: "wheels" verify-rc-source-windows: