Skip to content

Commit

Permalink
tests failing due to fewer generic images (#3448)
Browse files Browse the repository at this point in the history
Co-authored-by: freddydk <freddydk@users.noreply.github.com>
  • Loading branch information
freddydk and freddydk committed Mar 26, 2024
1 parent b2f42ec commit cd85f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ContainerInfo.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Describe 'ContainerInfo' {
It 'Get-BcContainerImageTags' {
$imageTags = get-bccontainerImageTags -imageName mcr.microsoft.com/businesscentral
if ($imageTags) {
($imageTags.Tags | Where-Object { $_.startsWith('10.0') }).Count | Should -BeGreaterThan 100
($imageTags.Tags | Where-Object { $_.startsWith('10.0') }).Count | Should -BeGreaterThan 10
}
else {
Set-ItResult -Inconclusive -Because 'Downloading generic image tags from mcr.microsoft.com/businesscentral failed'
Expand Down

0 comments on commit cd85f8a

Please sign in to comment.