@@ -111,7 +111,7 @@ function Remove-InstalledModules
111
111
Describe " PowerShellGet - Module tests" - tags " Feature" {
112
112
113
113
BeforeAll {
114
- # Setting all It block to pending as the test fail due to https://github.com/dotnet/runtime /issues/65013
114
+ # Setting all It block to pending as the test fail due to https://github.com/PowerShell/PowerShell /issues/17019
115
115
# These should be re-enabled when the issue is fixed
116
116
$originalDefaultParameterValues = $PSDefaultParameterValues.Clone ()
117
117
$PSDefaultParameterValues [" it:pending" ] = $true
@@ -155,7 +155,7 @@ Describe "PowerShellGet - Module tests" -tags "Feature" {
155
155
Describe " PowerShellGet - Module tests (Admin)" - Tags @ (' Feature' , ' RequireAdminOnWindows' , ' RequireSudoOnUnix' ) {
156
156
157
157
BeforeAll {
158
- # Setting all It block to pending as the test fail due to https://github.com/dotnet/runtime /issues/65013
158
+ # Setting all It block to pending as the test fail due to https://github.com/PowerShell/PowerShell /issues/17019
159
159
# These should be re-enabled when the issue is fixed
160
160
$originalDefaultParameterValues = $PSDefaultParameterValues.Clone ()
161
161
$PSDefaultParameterValues [" it:pending" ] = $true
@@ -198,7 +198,7 @@ function Remove-InstalledScripts
198
198
Describe " PowerShellGet - Script tests" - tags " Feature" {
199
199
200
200
BeforeAll {
201
- # Setting all It block to pending as the test fail due to https://github.com/dotnet/runtime /issues/65013
201
+ # Setting all It block to pending as the test fail due to https://github.com/PowerShell/PowerShell /issues/17019
202
202
# These should be re-enabled when the issue is fixed
203
203
$originalDefaultParameterValues = $PSDefaultParameterValues.Clone ()
204
204
$PSDefaultParameterValues [" it:pending" ] = $true
@@ -238,7 +238,7 @@ Describe "PowerShellGet - Script tests" -tags "Feature" {
238
238
Describe " PowerShellGet - Script tests (Admin)" - Tags @ (' Feature' , ' RequireAdminOnWindows' , ' RequireSudoOnUnix' ) {
239
239
240
240
BeforeAll {
241
- # Setting all It block to pending as the test fail due to https://github.com/dotnet/runtime /issues/65013
241
+ # Setting all It block to pending as the test fail due to https://github.com/PowerShell/PowerShell /issues/17019
242
242
# These should be re-enabled when the issue is fixed
243
243
$originalDefaultParameterValues = $PSDefaultParameterValues.Clone ()
244
244
$PSDefaultParameterValues [" it:pending" ] = $true
0 commit comments