Skip to content

Commit

Permalink
Disable broken test CompletionUsesTrackingPointsInTheFaceOfAutomaticB…
Browse files Browse the repository at this point in the history
…raceCompletion

See #33825
  • Loading branch information
sharwell committed Mar 2, 2019
1 parent cc9076c commit e2b11da
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -217,7 +217,9 @@ void Main(string[] args)
VisualStudio.Editor.Verify.CurrentParameter("args", "");
}

[WpfFact, Trait(Traits.Feature, Traits.Features.Completion)]
// 🐛 The async completion controller in 16.0 Preview 4 fails to account for brace completion sessions.
[ConditionalWpfFact(typeof(LegacyCompletionCondition)), Trait(Traits.Feature, Traits.Features.Completion)]
[WorkItem(33825, "https://github.com/dotnet/roslyn/issues/33825")]
public void CompletionUsesTrackingPointsInTheFaceOfAutomaticBraceCompletion()
{
SetUpEditor(@"
Expand Down

0 comments on commit e2b11da

Please sign in to comment.