aboutsummaryrefslogtreecommitdiffstats
path: root/syz-agent/agent.go
diff options
context:
space:
mode:
Diffstat (limited to 'syz-agent/agent.go')
-rw-r--r--syz-agent/agent.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-agent/agent.go b/syz-agent/agent.go
index c5aad2470..54d6a67c6 100644
--- a/syz-agent/agent.go
+++ b/syz-agent/agent.go
@@ -199,7 +199,7 @@ func (s *Server) poll(ctx context.Context) (
if err := s.dash.AIJobDone(doneReq); err != nil {
return false, err
}
- if jobErr != nil {
+ if jobErr != nil && !aflow.IsFlowError(jobErr) {
return false, jobErr
}
return true, nil