Skip to content

Commit

Permalink
Fix flaky test TestWaitUntilResourceAvailable (#907)
Browse files Browse the repository at this point in the history
### Description
Fix flaky test TestWaitUntilResourceAvailable

### Checklist
- [x] Code compiles correctly
- [x] Code is formatted according to [Coding
Conventions](../blob/master/CodingConventions.md)
- [x] Created tests which fail without the change (if possible)
- [x] All tests passing (`dotnet test`)
- [x] Extended the README / documentation, if necessary
- [x] Provide JIRA issue id (if possible) or GitHub issue id in PR name
  • Loading branch information
sfc-gh-knozderko authored Apr 8, 2024
1 parent 0983d94 commit b842cbd
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 b842cbd

Please sign in to comment.