We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa38e1d commit 1413c4bCopy full SHA for 1413c4b
1 file changed
PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1
@@ -3,7 +3,10 @@
3
4
# TODO: These tests don't work in-process; they load too much and in AppVeyor, the module doesn't load properly.
5
# 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 {
+
7
+return
8
9
+Describe "PSCompatiblityCollector cmdlets" {
10
BeforeAll {
11
$compatModulePath = (Get-Module -ListAvailable 'PSCompatibilityCollector')[0].Path
12
$pwshName = (Get-Process -Id $PID).Path
0 commit comments