Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit a035c56

Browse files
Tests tests tests
1 parent ecc1fb0 commit a035c56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration-tests/ccip-tests/actions/ccip_helpers.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4055,8 +4055,7 @@ func CreateOCR2CCIPExecutionJobs(
40554055
lggr.Info().Msgf("Creating CCIP-Exec job on OCR node %d job name %s", index+1, ocr2SpecExec.Name)
40564056
_, err = node.Node.MustCreateJob(&ocr2SpecExec)
40574057
if err != nil {
4058-
return fmt.Errorf("shouldn't fail creating CCIP-Exec job on OCR node %d job name %s - %w", index+1,
4059-
ocr2SpecExec.Name, err)
4058+
lggr.Error().Err(err).Msgf("shouldn't fail creating CCIP-Exec job on OCR node %d job name %s", index+1, ocr2SpecExec.Name)
40604059
}
40614060
return nil
40624061
}

0 commit comments

Comments
 (0)