From 713cdd55ede55c38f8ba8499eca103d19d092fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Tue, 25 Jan 2022 18:59:58 +0100 Subject: [PATCH] Disable test_cancellation test case on M1 --- dev/tasks/tasks.yml | 3 +++ 1 file changed, 3 insertions(+) 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: