diff --git a/tests/capture/test_templates.py b/tests/capture/test_templates.py index fce97bb77e0..06a8f3139ed 100644 --- a/tests/capture/test_templates.py +++ b/tests/capture/test_templates.py @@ -621,6 +621,7 @@ def qfunc(probs): assert len(q) == 1 assert q.queue[0] == qml.QuantumMonteCarlo(probs, **kwargs) + @pytest.mark.usefixtures("new_opmath_only") def test_qubitization(self): """Test the primitive bind call of Qubitization."""