We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0766e37 + 5c01a91 commit cab1ad4Copy full SHA for cab1ad4
pkg/monitortestlibrary/pathologicaleventlibrary/duplicated_event_patterns.go
@@ -148,6 +148,9 @@ var AllowedRepeatedEventPatterns = []*regexp.Regexp{
148
149
// Separated out in testMarketplaceStartupProbeFailure
150
regexp.MustCompile(MarketplaceStartupProbeFailureRegExpStr),
151
+
152
+ // stale condition challenge reset
153
+ regexp.MustCompile(`message changed from "\x{FEFF}`),
154
}
155
156
// AllowedUpgradeRepeatedEventPatterns are patterns of events that we should only allow during upgrades, not during normal execution.
0 commit comments