[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]:
|
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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user