Skip to content

Commit

Permalink
wip: do not test iso files
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Sep 20, 2023
1 parent 9974e75 commit b597feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/vm/s30_storage.t
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ sub test_storage_full($vm) {

my $domain = $vm->search_domain($name);
for my $vol ($domain->list_volumes) {
next if $vol =~ /iso$/;
unlike($vol,qr{^/run});
}

Expand Down

0 comments on commit b597feb

Please sign in to comment.