Skip to content

Commit dff04fe

Browse files
committed
Backport test skip from #75612
1 parent 7344695 commit dff04fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LanguageServer/ProtocolUnitTests/Completion/CompletionFeaturesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ public ILanguageService CreateLanguageService(HostLanguageServices languageServi
866866
}
867867
}
868868

869-
[Theory, CombinatorialData]
869+
[Theory(Skip = "https://github.com/dotnet/roslyn/issues/75611"), CombinatorialData]
870870
public async Task TestHandleExceptionFromGetCompletionChange(bool mutatingLspWorkspace)
871871
{
872872
var markup = "Item {|caret:|}";

0 commit comments

Comments
 (0)