There was an error while loading. Please reload this page.
1 parent 29f2b1f commit db961c1Copy full SHA for db961c1
1 file changed
tests/Imazen.Common.Tests/AsyncLockProviderTests.cs
@@ -14,7 +14,7 @@ public class AsyncLockProviderTests
14
/// Tests that locks are cleaned up promptly, even in the case of contention and exceptions
15
/// </summary>
16
/// <exception cref="Exception"></exception>
17
- [Fact]
+ [Fact(Skip = "Flaky: race between task start and active lock count assertion")]
18
public async void TestActiveLockCount()
19
{
20
var provider = new AsyncLockProvider();
0 commit comments