Skip to content

Commit

Permalink
enabled pooling to check failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mhofman committed Oct 6, 2023
1 parent e1a14f5 commit 4825671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data.Tests/IntegrationTests/SFConnectionIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,7 @@ public void TestCloseAsyncFailure()
{
using (var conn = new MockSnowflakeDbConnection(new MockCloseSessionException()))
{
SnowflakeDbConnectionPool.SetPooling(false);
// SnowflakeDbConnectionPool.SetPooling(false);
conn.ConnectionString = ConnectionString;
Assert.AreEqual(conn.State, ConnectionState.Closed);
Task task = null;
Expand Down

0 comments on commit 4825671

Please sign in to comment.