File tree 1 file changed +3
-1
lines changed
test/PowerShellEditorServices.Test/Language
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
22
using Microsoft . PowerShell . EditorServices . Test . Shared . References ;
23
23
using Microsoft . PowerShell . EditorServices . Test . Shared . SymbolDetails ;
24
24
using Microsoft . PowerShell . EditorServices . Test . Shared . Symbols ;
25
+ using Microsoft . PowerShell . EditorServices . Utility ;
25
26
using Xunit ;
26
27
27
28
namespace PowerShellEditorServices . Test . Language
@@ -721,9 +722,10 @@ public async Task FindsReferencesOnEnumMember()
721
722
Assert . Equal ( symbols , GetOccurrences ( FindsOccurrencesOnTypeSymbolsData . EnumMemberSourceDetails ) ) ;
722
723
}
723
724
724
- [ Fact ]
725
+ [ SkippableFact ]
725
726
public async Task FindsDetailsForBuiltInCommand ( )
726
727
{
728
+ Skip . If ( VersionUtils . IsLinux , "This gets longer documentation on Linux." ) ;
727
729
SymbolDetails symbolDetails = await symbolsService . FindSymbolDetailsAtLocationAsync (
728
730
GetScriptFile ( FindsDetailsForBuiltInCommandData . SourceDetails ) ,
729
731
FindsDetailsForBuiltInCommandData . SourceDetails . StartLineNumber ,
You can’t perform that action at this time.
0 commit comments