Skip to content

Commit 7e41c2a

Browse files
committed
ignore stale condition challenge events
1 parent d75092b commit 7e41c2a

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)