Skip to content

Commit

Permalink
Merge pull request #16200 from grisu48/zfs
Browse files Browse the repository at this point in the history
Always do a rollback after zfs tests
  • Loading branch information
michaelgrifalconi authored Jan 10, 2023
2 parents 8fe5505 + 3aca1d8 commit 29b0d8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/console/zfs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,9 @@ sub post_run_hook {
cleanup();
}

sub test_flags {
# Test is rather intrusive, so to be sure to not disturb the rest of the test run, do a rollback
return {always_rollback => 1};
}

1;

0 comments on commit 29b0d8f

Please sign in to comment.