We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c080d1f commit 474e38cCopy full SHA for 474e38c
python/tests/kernel/test_control_negations.py
@@ -9,6 +9,7 @@
9
import os, pytest
10
import numpy as np
11
import cudaq
12
+from conftest import skip_macos_arm64_jit_exception
13
14
15
@pytest.fixture(autouse=True)
@@ -186,6 +187,7 @@ def multi_control_kernel():
186
187
# or on a built-in gate is not supported at the time of writing this
188
189
190
+@skip_macos_arm64_jit_exception
191
def test_unsupported_calls():
192
193
# If we add support for any of these, add the corresponding
0 commit comments