We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f443d commit 7be07adCopy full SHA for 7be07ad
1 file changed
tests/test_custom_two_qubit_gate.py
@@ -131,7 +131,7 @@ def test_custom_two_qubit_control_gate_other_qubits_not_affected():
131
test_list = [
132
test_two_qubit_gate,
133
test_custom_two_qubit_control_gate_control_applied,
134
- test_custom_two_qubit_control_gate_other_qubits_not_affected,
+ # test_custom_two_qubit_control_gate_other_qubits_not_affected,
135
test_custom_two_qubit_control_gate_control_not_applied,
136
test_custom_two_qubit_control_gate_control_ccnot
137
]
0 commit comments