Skip to content

Commit 4205f21

Browse files
Merge pull request #28438 from sanchezl/ignore-stale-annotation-events
API-1524: ignore stale condition challenge events
2 parents dbee35f + 7e41c2a commit 4205f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitortestlibrary/pathologicaleventlibrary/duplicated_event_patterns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ func NewUniversalPathologicalEventMatchers(kubeConfig *rest.Config, finalInterva
407407

408408
registry.AddPathologicalEventMatcherOrDie(&SimplePathologicalEventMatcher{
409409
name: "MessageChangedFromFEFF",
410-
messageHumanRegex: regexp.MustCompile(`message changed from "\x{FEFF}`),
410+
messageHumanRegex: regexp.MustCompile(`message changed from "\\ufeff`),
411411
})
412412

413413
// This was originally intended to be limited to only during the openshift/build test suite, however it was

0 commit comments

Comments
 (0)