Skip to content

Commit 1413c4b

Browse files
committed
Fix pester test skip
1 parent fa38e1d commit 1413c4b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
# TODO: These tests don't work in-process; they load too much and in AppVeyor, the module doesn't load properly.
55
# They have been marked pending until we can work out how to run them and still merge their results into the XML.
6-
Describe "PSCompatiblityCollector cmdlets" -Pending {
6+
7+
return
8+
9+
Describe "PSCompatiblityCollector cmdlets" {
710
BeforeAll {
811
$compatModulePath = (Get-Module -ListAvailable 'PSCompatibilityCollector')[0].Path
912
$pwshName = (Get-Process -Id $PID).Path

0 commit comments

Comments
 (0)