summaryrefslogtreecommitdiff
path: root/lib/libarchive
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-09-19 13:23:25 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-09-19 13:23:25 +0000
commite7512153416d3a9672aebd95dfe517cf490bc28e (patch)
treeec96f888725b17ce6f51174377f8300684ee3292 /lib/libarchive
parent75cb6429f5ae7ead3c83a7a531561c9b36bb7dcc (diff)
downloadsrc-test-e7512153416d3a9672aebd95dfe517cf490bc28e.tar.gz
src-test-e7512153416d3a9672aebd95dfe517cf490bc28e.zip
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
Notes
Notes: svn path=/head/; revision=352515
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index dd1a03e6276f4..4371fc00710bf 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -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} \