Skip to content

Commit 0293742

Browse files
author
Mirroring
committed
Merge commit '08fde9b80215d428826bc46228f136844d58ce28'
2 parents 59bc5ae + 08fde9b commit 0293742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Tests/Microsoft.Diagnostics.Monitoring.Tool.UnitTests/ExceptionsStoreTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public async Task ExceptionsStore_AddThreeRemoveThree_Empty()
199199
/// Validates adding exceptions and removing all exceptions in an unordered manner
200200
/// will invoke the callback and the store will be empty.
201201
/// </summary>
202-
[Fact]
202+
[Fact(Skip = "Flaky")]
203203
public async Task ExceptionsStore_AddThreeRemoveThreeOutOfOrder_Empty()
204204
{
205205
ulong ExpectedId1 = 1;

0 commit comments

Comments
 (0)