tests: disable forking new processes for running python tests.

This commit is contained in:
Antoniu Pop
2022-04-11 13:57:52 +01:00
committed by Antoniu Pop
parent d40ae16273
commit b77865cdd6
2 changed files with 1 additions and 3 deletions

View File

@@ -193,8 +193,6 @@ 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
):