Skip to content

Commit 38b4764

Browse files
author
Kapil Borle
committed
Ignore library usage tests for coreCLR
1 parent f7a0995 commit 38b4764

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/Engine/LibraryUsage.tests.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Import-Module PSScriptAnalyzer
22

3+
# test is meant to verify functionality if chsarp apis are used. Hence not if psedition is CoreCLR
4+
if ((Test-PSEditionCoreCLR))
5+
{
6+
return
7+
}
8+
39
$directory = Split-Path -Parent $MyInvocation.MyCommand.Path
410

511
# Overwrite Invoke-ScriptAnalyzer with a version that

0 commit comments

Comments
 (0)