"vllm/vscode:/vscode.git/clone" did not exist on "73f635a75f8a7b6655d45a26e34ac7b9a3ad11fd"
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): ...@@ -587,7 +587,7 @@ def large_gpu_test(*, min_gb: int):
) )
def wrapper(f: Callable[_P, None]) -> Callable[_P, None]: 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 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