Skip to content

Commit

Permalink
disable flakey test (#75612)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhera99 authored Oct 24, 2024
1 parent a704fc2 commit deef7c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ public ILanguageService CreateLanguageService(HostLanguageServices languageServi
}
}

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

0 comments on commit deef7c5

Please sign in to comment.