Temporarily add test_write_filter_zstd BROKEN_TESTS as it always fails in CI
There is no trivial way to mark single libarchive test skip currently so just add it to BROKEN_TESTS for now. PR: 240683 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
75cb6429f5
commit
e751215341
@ -305,6 +305,9 @@ BROKEN_TESTS+= test_read_disk_directory_traversals
|
||||
# (Times out?) [and] crashes
|
||||
BROKEN_TESTS+= test_fuzz_rar
|
||||
|
||||
# https://bugs.freebsd.org/240683
|
||||
BROKEN_TESTS+= test_write_filter_zstd
|
||||
|
||||
# Build the test program.
|
||||
SRCS.libarchive_test= \
|
||||
${TESTS_SRCS} \
|
||||
|
Loading…
Reference in New Issue
Block a user