Skip to content

Commit 031a9fe

Browse files
committed
Disable notification timeout test
1 parent c4cba7b commit 031a9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/SqlNotificationTest/SqlNotificationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public void Test_SingleDependency_CustomQueue_SqlAuth()
232232
/// <summary>
233233
/// SqlDependency premature timeout
234234
/// </summary>
235-
[ActiveIssue("5539", typeof(DataTestUtility), nameof(DataTestUtility.IsNotUsingManagedSNIOnWindows))] // This is not working in native SNI on Windows it seems
235+
[ActiveIssue("5539")] // This test is not working correctly a lot of times. Notifications are not received
236236
[ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup), nameof(DataTestUtility.IsNotAzureServer))]
237237
public void Test_SingleDependency_Timeout()
238238
{

0 commit comments

Comments
 (0)