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

Commit 19d7b08

Browse files
committed
Ignore hanging test AddsNewReviewCommentToThread
1 parent 7569a1a commit 19d7b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@ Line 2
552552
}
553553
}
554554

555-
[Test]
556-
[Timeout(5000)] // This test sometimes hangs, see https://github.com/github/VisualStudio/issues/2221
555+
[Test, Timeout(5000)]
556+
[Ignore("This test sometimes hangs, see https://github.com/github/VisualStudio/issues/2221")]
557557
public async Task AddsNewReviewCommentToThread()
558558
{
559559
var baseContents = @"Line 1

0 commit comments

Comments
 (0)