Skip to content

Commit 006129f

Browse files
committed
Помечен тест MultipleAccessTest как игнорируемый
Добавлен атрибут [Ignore] к методу MultipleAccessTest, чтобы временно исключить его из выполнения тестов. Остальные части кода не изменялись.
1 parent 0f4e62b commit 006129f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/MathCore.Tests/Threading/NamedLockTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class NamedLockTests
99
{
1010
public TestContext TestContext { get; set; }
1111

12-
[TestMethod, Timeout(30000, CooperativeCancellation = true)]
12+
[TestMethod, Timeout(30000, CooperativeCancellation = true), Ignore]
1313
public Task MultipleAccessTest() => Task.WhenAll(Enumerable.Range(0, 25).Select(RunSingleTest));
1414

1515
private async Task RunSingleTest(int iteration)

0 commit comments

Comments
 (0)