The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=35b587464afce15ff62600c3499d38cbb5b9f3d5

commit 35b587464afce15ff62600c3499d38cbb5b9f3d5
Author:     Mark Johnston <ma...@freebsd.org>
AuthorDate: 2022-08-15 01:37:41 +0000
Commit:     Mark Johnston <ma...@freebsd.org>
CommitDate: 2022-08-15 01:37:41 +0000

    makefs tests: Skip a ZFS regression test in CI
    
    It triggers panics after the latest OpenZFS import.
    
    PR:             265849
---
 usr.sbin/makefs/tests/makefs_zfs_tests.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/usr.sbin/makefs/tests/makefs_zfs_tests.sh 
b/usr.sbin/makefs/tests/makefs_zfs_tests.sh
index 8cd79966c49a..f40277e6dfb1 100644
--- a/usr.sbin/makefs/tests/makefs_zfs_tests.sh
+++ b/usr.sbin/makefs/tests/makefs_zfs_tests.sh
@@ -529,6 +529,10 @@ 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

Reply via email to