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

Commit 958cbe6

Browse files
committed
Ignore the flaky test AddsNewReviewCommentToThread
This test has been failing randomly. See #1795 Ignoring to avoid the friction of randomly breaking builds.
1 parent 49ad951 commit 958cbe6

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
@@ -555,7 +555,7 @@ Line 2
555555
}
556556
}
557557

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

0 commit comments

Comments
 (0)