Skip to content

Commit a2753fa

Browse files
DarkLight1337Alvant
authored andcommitted
[CI/Build] Remove unnecessary fork_new_process (vllm-project#9484)
Signed-off-by: Alvant <[email protected]>
1 parent 4e945e9 commit a2753fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def large_gpu_test(*, min_gb: int):
587587
)
588588

589589
def wrapper(f: Callable[_P, None]) -> Callable[_P, None]:
590-
return test_skipif(fork_new_process_for_each_test(f))
590+
return test_skipif(f)
591591

592592
return wrapper
593593

0 commit comments

Comments
 (0)