Skip to content

Commit f1dcb6d

Browse files
committed
TEMP force spawn for tests
Signed-off-by: ProExpertProg <lgovedic@redhat.com>
1 parent e811cb5 commit f1dcb6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,8 +1021,8 @@ def create_new_process_for_each_test(
10211021

10221022
assert method in ["spawn", "fork"], "Method must be either 'spawn' or 'fork'"
10231023

1024-
if method == "fork":
1025-
return fork_new_process_for_each_test
1024+
# if method == "fork":
1025+
# return fork_new_process_for_each_test
10261026

10271027
return spawn_new_process_for_each_test
10281028

0 commit comments

Comments
 (0)