Skip to content

add comment

c05d578
Select commit
Loading
Failed to load commit list.
Open

TEST #1944

add comment
c05d578
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerShell.PSResourceGet failed Feb 19, 2026 in 46m 37s

Build #PowerShell.PSResourceGet-2602.18002 had test failures

Details

Tests

  • Failed: 202 (4.76%)
  • Passed: 3,816 (89.96%)
  • Other: 224 (5.28%)
  • Total: 4,242

Annotations

Check failure on line 6722 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L6722

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 6718 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L6718

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 7091 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L7091

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 9190 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L9190

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in Test HTTP Find-PSResource for Github Packages Server.find resource given specific Name, Version null

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test HTTP Find-PSResource for Github Packages Server.find resource given specific Name, Version null

Expected 'test_module', but got $null.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1: line 29
29:         $res.Name | Should -Be $testModuleName

Check failure on line 1 in Test HTTP Find-PSResource for Github Packages Server.find resource(s) given wildcard Name

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test HTTP Find-PSResource for Github Packages Server.find resource(s) given wildcard Name

Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1: line 45
45:         $res | Should -Not -BeNullOrEmpty

Check failure on line 1 in Test HTTP Find-PSResource for Github Packages Server.find all versions of resource when given specific Name, Version not null --> '*'

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test HTTP Find-PSResource for Github Packages Server.find all versions of resource when given specific Name, Version not null --> '*'

Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1: line 78
78:         $res | Should -Not -BeNullOrEmpty

Check failure on line 1 in Test HTTP Find-PSResource for Github Packages Server.find resource with latest (including prerelease) version given Prerelease parameter

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test HTTP Find-PSResource for Github Packages Server.find resource with latest (including prerelease) version given Prerelease parameter

Expected '5.0.0', but got $null.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1: line 90
90:         $res.Version | Should -Be "5.0.0"