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

Commit 37a987e

Browse files
authored
Merge pull request #1796 from github/fixes/1795-ignore-TheGetLiveFileMethod-AddsNewReviewCommentToThread
Ignore the flaky test AddsNewReviewCommentToThread
2 parents b4bac32 + 8fcbe46 commit 37a987e

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)