Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
3hhh committed Dec 29, 2023
1 parent ca972bd commit e861217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/os/qubes4/dom0.bats
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ function testDiskAttach {
run qvm-block ls
[ $status -eq 0 ]
echo "$output"
[[ "$output" != *"dom0:loop"* ]] #currently fails in Qubes 4.1rc1, cf. https://github.com/QubesOS/qubes-issues/issues/7000
[[ "$output" != *"dom0:loop"* ]] #currently fails in Qubes >= 4.1, cf. https://github.com/QubesOS/qubes-issues/issues/7000

#make sure it's detached
runSL qvm-shutdown --wait --timeout 10 "$targetVM"
Expand Down

0 comments on commit e861217

Please sign in to comment.