makefs tests: Re-enable the ZFS snapshot test

This reverts commit 35b587464a.

PR:		265849
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2022-08-16 10:35:51 -04:00
parent 4f816f5b11
commit 0726cde8ea

View File

@ -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