Skip to content

Commit cab1ad4

Browse files
Merge pull request #28204 from sanchezl/master
ignore stale condition challenge events
2 parents 0766e37 + 5c01a91 commit cab1ad4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/monitortestlibrary/pathologicaleventlibrary/duplicated_event_patterns.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ var AllowedRepeatedEventPatterns = []*regexp.Regexp{
148148

149149
// Separated out in testMarketplaceStartupProbeFailure
150150
regexp.MustCompile(MarketplaceStartupProbeFailureRegExpStr),
151+
152+
// stale condition challenge reset
153+
regexp.MustCompile(`message changed from "\x{FEFF}`),
151154
}
152155

153156
// AllowedUpgradeRepeatedEventPatterns are patterns of events that we should only allow during upgrades, not during normal execution.

0 commit comments

Comments
 (0)