Skip to content

Commit 432e2e7

Browse files
committed
Disabled individual tests
1 parent 825bedf commit 432e2e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pester.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ foreach ($file in (Get-ChildItem "$PSScriptRoot\general" -Filter "*.Tests.ps1"))
4444
}
4545
}
4646

47-
Write-PSFMessage -Level Important -Message "Proceeding with individual tests"
47+
<# Write-PSFMessage -Level Important -Message "Proceeding with individual tests"
4848
foreach ($file in (Get-ChildItem "$PSScriptRoot\functions" -Recurse -File -Filter "*Tests.ps1"))
4949
{
5050
Write-PSFMessage -Level Significant -Message " Executing $($file.Name)"
@@ -64,7 +64,7 @@ foreach ($file in (Get-ChildItem "$PSScriptRoot\functions" -Recurse -File -Filte
6464
}
6565
}
6666
}
67-
}
67+
} #>
6868

6969
$testresults | Sort-Object Describe, Context, Name, Result, Message | Format-List
7070

0 commit comments

Comments
 (0)