Skip to content

Commit 2604c46

Browse files
committed
Enable parallel invocation of fragile tests
1 parent d16cbdc commit 2604c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get_task_groups():
8989
res[key + '_fragile'] = {
9090
'gen_worker': gen_worker,
9191
'task_ids': fragile_task_ids,
92-
'is_parallel': False,
92+
'is_parallel': suite.is_parallel(),
9393
'show_reproduce_content': suite.show_reproduce_content(),
9494
}
9595
return res

0 commit comments

Comments
 (0)