Skip to content

Commit db961c1

Browse files
committed
test: Skip flaky TestActiveLockCount
Race condition between task scheduling and lock count assertion causes intermittent failures on ARM runners.
1 parent 29f2b1f commit db961c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Imazen.Common.Tests/AsyncLockProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class AsyncLockProviderTests
1414
/// Tests that locks are cleaned up promptly, even in the case of contention and exceptions
1515
/// </summary>
1616
/// <exception cref="Exception"></exception>
17-
[Fact]
17+
[Fact(Skip = "Flaky: race between task start and active lock count assertion")]
1818
public async void TestActiveLockCount()
1919
{
2020
var provider = new AsyncLockProvider();

0 commit comments

Comments
 (0)