mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
tests: run parallel tests in separate processes
library compilation and execution failing the second time if not
This commit is contained in:
@@ -193,6 +193,8 @@ def test_lib_compile_reload_and_run(mlir_input, args, expected_result, keyset_ca
|
||||
pytest.param(LibrarySupport, id="Library"),
|
||||
],
|
||||
)
|
||||
# TODO: #505
|
||||
@pytest.mark.forked
|
||||
def test_compile_and_run_auto_parallelize(
|
||||
mlir_input, args, expected_result, keyset_cache, EngineClass
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user