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:
Li-Wen Hsu 2019-09-19 13:23:25 +00:00
parent 75cb6429f5
commit e751215341
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352515

View file

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