Skip to content

Commit 5b9d3af

Browse files
committedNov 24, 2024
Disable flaky tests dotnet#3031
1 parent 1348c3c commit 5b9d3af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/ExceptionTest/ConnectionExceptionTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public class ConnectionExceptionTest
1919
private const string orderIdQuery = "select orderid from orders where orderid < 10250";
2020
private static bool IsNotKerberos() => DataTestUtility.IsKerberosTest != true;
2121

22+
[ActiveIssue("https://github.com/dotnet/SqlClient/issues/3031")]
2223
[ConditionalFact(nameof(IsNotKerberos))]
2324
public void TestConnectionStateWithErrorClass20()
2425
{

‎src/Microsoft.Data.SqlClient/tests/ManualTests/TracingTests/EventCounterTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public void EventCounter_StasisCounters_Functional()
146146
Assert.Equal(0, SqlClientEventSourceProps.StasisConnections);
147147
}
148148

149+
[ActiveIssue("https://github.com/dotnet/SqlClient/issues/3031")]
149150
[ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup))]
150151
public void EventCounter_ReclaimedConnectionsCounter_Functional()
151152
{

0 commit comments

Comments
 (0)
Please sign in to comment.