Skip to content

Commit

Permalink
[CI/Build] Remove unnecessary fork_new_process (vllm-project#9484)
Browse files Browse the repository at this point in the history
Signed-off-by: qishuai <ferdinandzhong@gmail.com>
  • Loading branch information
DarkLight1337 authored and FerdinandZhong committed Oct 29, 2024
1 parent f99fbfd commit 2cadd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2cadd8f

Please sign in to comment.