Skip to content

Commit

Permalink
Disable flaky tests dotnet#3031
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelZ committed Nov 24, 2024
1 parent 1348c3c commit 5b9d3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class ConnectionExceptionTest
private const string orderIdQuery = "select orderid from orders where orderid < 10250";
private static bool IsNotKerberos() => DataTestUtility.IsKerberosTest != true;

[ActiveIssue("https://github.com/dotnet/SqlClient/issues/3031")]
[ConditionalFact(nameof(IsNotKerberos))]
public void TestConnectionStateWithErrorClass20()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public void EventCounter_StasisCounters_Functional()
Assert.Equal(0, SqlClientEventSourceProps.StasisConnections);
}

[ActiveIssue("https://github.com/dotnet/SqlClient/issues/3031")]
[ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup))]
public void EventCounter_ReclaimedConnectionsCounter_Functional()
{
Expand Down

0 comments on commit 5b9d3af

Please sign in to comment.