[CI/Build] Remove unnecessary fork_new_process
(#9484)
This commit is contained in:
parent
b729901139
commit
f085995a7b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user