Skip to content

Commit

Permalink
tests: fix snapd-maintenance-msg spread test
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Pires <[email protected]>
  • Loading branch information
MiguelPires committed Jan 25, 2024
1 parent df98df8 commit 2188423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/snapd-maintenance-msg/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ execute: |
snap revert snapd
echo "Testing maintenance message for system reboots"
snap refresh core20 --channel=stable &
snap refresh core20 --channel=stable --amend &
retry -n 20 --wait 0.5 sh -c 'test-snapd-curl.curl -sS --unix-socket /run/snapd.socket http://localhost/v2/changes?select=all | jq ".maintenance" | MATCH "system is restarting"'
wait
Expand Down

0 comments on commit 2188423

Please sign in to comment.