Disable another flaky MemoryCache test #54578
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
relates to #33993
This particular test is failing ~8 times a month
Execute: Web | Desktop | Web (Lens) | Desktop (SAW)
https://engsrvprod.kusto.windows.net/engineeringdata
example results:
Message
Assert.Equal() Failure
Expected: 2
Actual: 4
Assert.Equal() Failure
Expected: 7
Actual: 8
Assert.Equal() Failure
Expected: 7
Actual: 9
Assert.Equal() Failure
Expected: 5
Actual: 7
Assert.Equal() Failure
Expected: 8
Actual: 9
Assert.Equal() Failure
Expected: 6
Actual: 10
Assert.Equal() Failure
Expected: 3
Actual: 7
Assert.Equal() Failure
Expected: 6
Actual: 9
Assert.Equal() Failure
Expected: 11
Actual: 14
Assert.Equal() Failure
Expected: 1
Actual: 4
I am not sure whether these issues are new in 6.0 or not: unfortunately there is not enough history and MemoryCacheSetAndRemoveTests tests do not fail enough to know.