Skip to content

Commit 39a9b8d

Browse files
Revert "move fuzz from UtaskLocalExecutor to Utask (#4965)" it breaks platforms with pools. (#5069)
This reverts commit 74f530a.
1 parent 843b903 commit 39a9b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/bot/tasks/task_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def execute(self, task_argument, job_type, uworker_env):
225225
'analyze': UTask,
226226
'blame': TrustedTask,
227227
'corpus_pruning': UTask,
228-
'fuzz': UTask,
228+
'fuzz': UTaskLocalExecutor,
229229
'impact': TrustedTask,
230230
'minimize': UTask,
231231
'progression': UTask,

0 commit comments

Comments
 (0)