Skip to content

Commit f561257

Browse files
committed
ok.. disable that azure stuff :D
1 parent 4aeb9ea commit f561257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/SqlCommand/SqlCommandCancelTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static void CancelAndDisposePreparedCommandNP()
180180
}
181181

182182
//[ActiveIssue("5541")]
183-
[ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup), nameof(DataTestUtility.IsNotNamedInstance))]
183+
[ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup), nameof(DataTestUtility.IsNotAzureServer), nameof(DataTestUtility.IsNotNamedInstance))]
184184
public static void TimeOutDuringRead()
185185
{
186186
TimeOutDuringRead(tcp_connStr);

0 commit comments

Comments
 (0)