Skip to content

Commit

Permalink
Ignore job removal critical error. Known issue with in-flight fix tha…
Browse files Browse the repository at this point in the history
…t's currently causing flakes (#13255)
  • Loading branch information
Tofel authored May 20, 2024
1 parent 0ecef68 commit 14e5d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/docker/test_env/test_env_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ type CLTestEnvBuilder struct {

var DefaultAllowedMessages = []testreporters.AllowedLogMessage{
testreporters.NewAllowedLogMessage("Failed to get LINK balance", "Happens only when we deploy LINK token for test purposes. Harmless.", zapcore.ErrorLevel, testreporters.WarnAboutAllowedMsgs_No),
testreporters.NewAllowedLogMessage("Error stopping job service", "It's a known issue with lifecycle. There's ongoing work that will fix it.", zapcore.DPanicLevel, testreporters.WarnAboutAllowedMsgs_No),
}

var DefaultChainlinkNodeLogScannerSettings = ChainlinkNodeLogScannerSettings{
Expand Down

0 comments on commit 14e5d11

Please sign in to comment.