[CI/Build] Remove unnecessary fork_new_process (#9484)

This commit is contained in:
Cyrus Leung
2024-10-21 19:47:29 -07:00
committed by GitHub
parent b729901139
commit f085995a7b
+1 -1
View File
@@ -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