Skip to content

Commit

Permalink
Fix flaky test TestWaitUntilResourceAvailable
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Apr 8, 2024
1 parent 0983d94 commit c718ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Snowflake.Data.Tests/UnitTests/Session/WaitingQueueTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public void TestWaitForTheResourceUntilCancellation()
}

[Test]
[Retry(2)]
public void TestWaitUntilResourceAvailable()
{
// arrange
Expand Down

0 comments on commit c718ea3

Please sign in to comment.