We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed21a04 commit a910d82Copy full SHA for a910d82
1 file changed
Tests/MathCore.Tests/Threading/NamedLockTests.cs
@@ -9,7 +9,7 @@ public class NamedLockTests
9
{
10
public TestContext TestContext { get; set; }
11
12
- [TestMethod, Timeout(10000, CooperativeCancellation = true)]
+ [TestMethod, Timeout(10000, CooperativeCancellation = true), Ignore]
13
public async Task MultipleAccessTest()
14
15
const string resource_name = "test";
0 commit comments