Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 36e2c7d

Browse files
committed
Reinstate flaky test.
Hopefully will be less flaky now?
1 parent 2e39d24 commit 36e2c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/GitHub.InlineReviews.UnitTests/Services/PullRequestSessionManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ Line 2
552552
}
553553
}
554554

555-
[Test, Ignore("Flaky test, see https://github.com/github/VisualStudio/issues/1795")]
555+
[Test]
556556
public async Task AddsNewReviewCommentToThread()
557557
{
558558
var baseContents = @"Line 1

0 commit comments

Comments
 (0)