Skip to content

Commit 6d8b0ba

Browse files
committed
Skip FindsSymbolsInDSCFile as DSC symbols don't yet work
The visitor exists but it's not called, probably a module-import issue.
1 parent 6a21c57 commit 6d8b0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PowerShellEditorServices.Test/Language/SymbolsServiceTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ public void FindsSymbolsWithNewLineInFile()
837837
AssertIsRegion(symbol.ScriptRegion, 27, 5, 27, 10);
838838
}
839839

840-
[SkippableFact]
840+
[Fact(Skip="DSC symbols don't work yet.")]
841841
public void FindsSymbolsInDSCFile()
842842
{
843843
Skip.If(!s_isWindows, "DSC only works properly on Windows.");

0 commit comments

Comments
 (0)