Skip to content

Commit

Permalink
Re-enable Code Definition Window integration tests
Browse files Browse the repository at this point in the history
The internal Visual Studio bug that broke this has been fixed, so
this re-enables the tests.

Closes dotnet#60364
  • Loading branch information
jasonmalinowski committed Apr 8, 2022
1 parent 2a5ae36 commit 3b3c48a
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 @@ -19,7 +19,7 @@ public CSharpCodeDefinitionWindow(VisualStudioInstanceFactory instanceFactory)
{
}

[WpfTheory(Skip = "https://github.com/dotnet/roslyn/issues/60364")]
[WpfTheory]
[CombinatorialData]
public void CodeDefinitionWindowOpensMetadataAsSource(bool enableDecompilation)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public BasicCodeDefinitionWindow(VisualStudioInstanceFactory instanceFactory)
{
}

[WpfTheory(Skip = "https://github.com/dotnet/roslyn/issues/60364")]
[WpfTheory]
[CombinatorialData]
public void CodeDefinitionWindowOpensMetadataAsSource(bool enableDecompilation)
{
Expand Down

0 comments on commit 3b3c48a

Please sign in to comment.