Skip to content

Commit

Permalink
Disable broken test DocumentStateTrackingReadonlyInRunMode
Browse files Browse the repository at this point in the history
See #33829
  • Loading branch information
sharwell committed Mar 2, 2019
1 parent e2b11da commit 90a0227
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -198,7 +198,9 @@ public void MultiProjectDebuggingWhereNotAllModulesAreLoaded()
VisualStudio.ErrorList.Verify.NoErrors();
}

[WpfFact]
// 🐛 This test crashes when async completion is enabled
[ConditionalWpfFact(typeof(LegacyCompletionCondition))]
[WorkItem(33829, "https://github.com/dotnet/roslyn/issues/33829")]
public void DocumentStateTrackingReadonlyInRunMode()
{
SetupMultiProjectSolution();
Expand Down

0 comments on commit 90a0227

Please sign in to comment.