Skip to content

Commit fc514f6

Browse files
authored
Skip flaky connection pool test (#3729)
* Skip async order test. * Link to github issue.
1 parent 125614c commit fc514f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.Data.SqlClient/tests/UnitTests/Microsoft/Data/SqlClient/ConnectionPool/ChannelDbConnectionPoolTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ out DbConnectionInternal? failedConnection
349349
}
350350

351351
[Fact]
352+
[ActiveIssue("https://github.com/dotnet/SqlClient/issues/3730")]
352353
public async Task GetConnectionAsyncMaxPoolSize_ShouldRespectOrderOfRequest()
353354
{
354355
// Arrange

0 commit comments

Comments
 (0)