File tree 2 files changed +2
-0
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ public class ConnectionExceptionTest
19
19
private const string orderIdQuery = "select orderid from orders where orderid < 10250" ;
20
20
private static bool IsNotKerberos ( ) => DataTestUtility . IsKerberosTest != true ;
21
21
22
+ [ ActiveIssue ( "https://github.com/dotnet/SqlClient/issues/3031" ) ]
22
23
[ ConditionalFact ( nameof ( IsNotKerberos ) ) ]
23
24
public void TestConnectionStateWithErrorClass20 ( )
24
25
{
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ public void EventCounter_StasisCounters_Functional()
146
146
Assert . Equal ( 0 , SqlClientEventSourceProps . StasisConnections ) ;
147
147
}
148
148
149
+ [ ActiveIssue ( "https://github.com/dotnet/SqlClient/issues/3031" ) ]
149
150
[ ConditionalFact ( typeof ( DataTestUtility ) , nameof ( DataTestUtility . AreConnStringsSetup ) ) ]
150
151
public void EventCounter_ReclaimedConnectionsCounter_Functional ( )
151
152
{
You can’t perform that action at this time.
0 commit comments