Skip to content

Commit

Permalink
test(scoop-status): add Skip condition, todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed Jan 29, 2025
1 parent 9b8f01a commit f8f8ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Scoop-Status.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Describe -Skip 'Show status and check for new app versions' -Tag 'Scoop' {
It 'throws when Global or User appdir is empty or does not exist' -Skip { }
}

Describe 'Test-UpdateStatus' -Tag 'Scoop' {
# todo: add bucket fixtures for CI tests
Describe 'Test-UpdateStatus' -Tag 'Scoop' -Skip:($env:CI -eq $true) {
BeforeAll {
. "$PSScriptRoot/../libexec/scoop-status.ps1"
}
Expand Down

0 comments on commit f8f8ed2

Please sign in to comment.