git: 0726cde8ea6b - main - makefs tests: Re-enable the ZFS snapshot test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Aug 2022 15:03:16 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=0726cde8ea6b8bf185e664dfa7a699e7f74a2251
commit 0726cde8ea6b8bf185e664dfa7a699e7f74a2251
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-08-16 14:35:51 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-08-16 15:02:52 +0000
makefs tests: Re-enable the ZFS snapshot test
This reverts commit 35b587464afce15ff62600c3499d38cbb5b9f3d5.
PR: 265849
Sponsored by: The FreeBSD Foundation
---
usr.sbin/makefs/tests/makefs_zfs_tests.sh | 4 ----
1 file changed, 4 deletions(-)
diff --git a/usr.sbin/makefs/tests/makefs_zfs_tests.sh b/usr.sbin/makefs/tests/makefs_zfs_tests.sh
index f40277e6dfb1..8cd79966c49a 100644
--- a/usr.sbin/makefs/tests/makefs_zfs_tests.sh
+++ b/usr.sbin/makefs/tests/makefs_zfs_tests.sh
@@ -529,10 +529,6 @@ snapshot_body()
create_test_dirs
cd $TEST_INPUTS_DIR
- if [ "$(atf_config_get ci false)" = true ]; then
- atf_skip "https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265849"
- fi
-
mkdir dir
echo "hello" > dir/hello
echo "goodbye" > goodbye