Skip to content

Commit

Permalink
tests/storage-vm: Temporarily exclude local refresh on Btrfs
Browse files Browse the repository at this point in the history
This is related to the bug canonical/lxd#13085.

Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
  • Loading branch information
roosterfish committed Mar 13, 2024
1 parent ec43063 commit e622d71
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/storage-vm
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@ for poolDriver in $poolDriverList; do
waitInstanceReady v2
lxc stop -f v2

echo "==> Checking VM can be refreshed"
lxc copy v1 v2 --refresh
# Temporary exception for https://github.com/canonical/lxd/issues/13085.
if [ "${poolDriver}" != "btrfs" ]; then
echo "==> Checking VM can be refreshed"
lxc copy v1 v2 --refresh
fi
lxc delete -f v2

echo "==> Checking running copied VM snapshot"
Expand Down

0 comments on commit e622d71

Please sign in to comment.