Skip to content

Commit

Permalink
Test | Disable SqlConnectionReliabilityTest.ConcurrentExecution test (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
DavoudEshtehari authored and kant2002 committed Jun 29, 2023
1 parent 33f48ad commit 6449dd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void CreateDatabaseWhileTryingToConnect(string cnnString, SqlRetryLogicBa
Assert.True(currentRetries > 0);
}

[ActiveIssue(25147)]
[ConditionalTheory(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup))]
[MemberData(nameof(RetryLogicTestHelper.GetConnectionAndRetryStrategyInvalidCatalog), parameters: new object[] { 2 }, MemberType = typeof(RetryLogicTestHelper), DisableDiscoveryEnumeration = true)]
public void ConcurrentExecution(string cnnString, SqlRetryLogicBaseProvider provider)
Expand Down

0 comments on commit 6449dd3

Please sign in to comment.