Skip to content

Commit 474e38c

Browse files
committed
Add macOS ARM64 JIT exception skip to test_unsupported_calls
1 parent c080d1f commit 474e38c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/tests/kernel/test_control_negations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import os, pytest
1010
import numpy as np
1111
import cudaq
12+
from conftest import skip_macos_arm64_jit_exception
1213

1314

1415
@pytest.fixture(autouse=True)
@@ -186,6 +187,7 @@ def multi_control_kernel():
186187
# or on a built-in gate is not supported at the time of writing this
187188

188189

190+
@skip_macos_arm64_jit_exception
189191
def test_unsupported_calls():
190192

191193
# If we add support for any of these, add the corresponding

0 commit comments

Comments
 (0)