File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments