test(frontend/python): use dataflow marker in appropriate tests

This commit is contained in:
Umut
2023-03-24 16:45:38 +01:00
parent 382282736e
commit d9313f350a

View File

@@ -328,6 +328,7 @@ def test_circuit_run_with_unused_arg(helpers):
assert circuit.encrypt_run_decrypt(10, 20) == 20
@pytest.mark.dataflow
def test_dataflow_circuit(helpers):
"""
Test execution with dataflow_parallelize=True.