diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-09-19 13:23:25 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-09-19 13:23:25 +0000 |
commit | e7512153416d3a9672aebd95dfe517cf490bc28e (patch) | |
tree | ec96f888725b17ce6f51174377f8300684ee3292 /lib/libarchive | |
parent | 75cb6429f5ae7ead3c83a7a531561c9b36bb7dcc (diff) |
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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index dd1a03e6276f..4371fc00710b 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} \ |