Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 7020ee1

Browse files
Keerat Singhstephentoub
authored andcommitted
Skip CommandCancelTests [MultiThreadedCancel_NonAsync & MultiThreadedCancel_Async] on Unix (#27576)
* skip tests MultiThreadedCancel_NonAsync & MultiThreadedCancel_Async on Unix * Cleanup code
1 parent 7c5d4bd commit 7020ee1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/System.Data.SqlClient/tests/ManualTests/SQL/CommandCancelTest/CommandCancelTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,14 @@ private static void PlainCancelAsync(string connString)
8787
}
8888
}
8989

90+
[ActiveIssue(27574, TestPlatforms.AnyUnix)]
9091
[CheckConnStrSetupFact]
9192
public static void MultiThreadedCancel_NonAsync()
9293
{
9394
MultiThreadedCancel(s_connStr, false);
9495
}
9596

97+
[ActiveIssue(27574, TestPlatforms.AnyUnix)]
9698
[CheckConnStrSetupFact]
9799
public static void MultiThreadedCancel_Async()
98100
{

0 commit comments

Comments
 (0)