Skip to content

Commit

Permalink
Skip failing tests DumpLocalVariableValue
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Mar 29, 2018
1 parent 53178e6 commit 4070bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public override async Task InitializeAsync()
VisualStudio.SolutionExplorer.AddProject(testProj, WellKnownProjectTemplates.ConsoleApplication, LanguageNames.CSharp);
}

[WpfFact]
[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/25814")]
public void DumpLocalVariableValue()
{
VisualStudio.Editor.SetText(@"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public override async Task InitializeAsync()
VisualStudio.SolutionExplorer.AddProject(testProj, WellKnownProjectTemplates.ConsoleApplication, LanguageNames.VisualBasic);
}

[WpfFact]
[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/25814")]
public void DumpLocalVariableValue()
{
VisualStudio.Editor.SetText(@"
Expand Down

0 comments on commit 4070bfe

Please sign in to comment.