Unverified Commit f085995a authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[CI/Build] Remove unnecessary `fork_new_process` (#9484)

parent b7299011
......@@ -587,7 +587,7 @@ def large_gpu_test(*, min_gb: int):
)
def wrapper(f: Callable[_P, None]) -> Callable[_P, None]:
return test_skipif(fork_new_process_for_each_test(f))
return test_skipif(f)
return wrapper
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment