File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
test/PowerShellEditorServices.Test/Language Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2222using Microsoft . PowerShell . EditorServices . Test . Shared . References ;
2323using Microsoft . PowerShell . EditorServices . Test . Shared . SymbolDetails ;
2424using Microsoft . PowerShell . EditorServices . Test . Shared . Symbols ;
25+ using Microsoft . PowerShell . EditorServices . Utility ;
2526using Xunit ;
2627
2728namespace PowerShellEditorServices . Test . Language
@@ -721,9 +722,10 @@ public async Task FindsReferencesOnEnumMember()
721722 Assert . Equal ( symbols , GetOccurrences ( FindsOccurrencesOnTypeSymbolsData . EnumMemberSourceDetails ) ) ;
722723 }
723724
724- [ Fact ]
725+ [ SkippableFact ]
725726 public async Task FindsDetailsForBuiltInCommand ( )
726727 {
728+ Skip . IfNot ( VersionUtils . IsMacOS , "macOS gets the right synopsis but others don't." ) ;
727729 SymbolDetails symbolDetails = await symbolsService . FindSymbolDetailsAtLocationAsync (
728730 GetScriptFile ( FindsDetailsForBuiltInCommandData . SourceDetails ) ,
729731 FindsDetailsForBuiltInCommandData . SourceDetails . StartLineNumber ,
You can’t perform that action at this time.
0 commit comments