summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bettler <thomas.bettler@gmail.com>2022-10-27 19:25:47 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-10-31 13:50:15 +0200
commit65056b58e4a35816e986cc9f8a4ed67d9cdc64be (patch)
tree0ba876d3812574304ae2e1dbda82473cc9be2f27
parentwww-client/firefox: drop 106.0.1 (diff)
downloadgentoo-65056b58.tar.gz
gentoo-65056b58.tar.bz2
gentoo-65056b58.zip
sci-libs/pdal: skip failing tests
Closes: https://bugs.gentoo.org/878443 Closes: https://github.com/gentoo/gentoo/pull/27987 Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--sci-libs/pdal/pdal-2.4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pdal/pdal-2.4.0-r1.ebuild b/sci-libs/pdal/pdal-2.4.0-r1.ebuild
index 4c4d9e8a35d3..2b693d855efd 100644
--- a/sci-libs/pdal/pdal-2.4.0-r1.ebuild
+++ b/sci-libs/pdal/pdal-2.4.0-r1.ebuild
@@ -48,7 +48,7 @@ src_configure() {
src_test() {
local myctestargs=(
- --exclude-regex '(pgpointcloudtest|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test)'
+ --exclude-regex '(pgpointcloudtest|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test|pdal_filters_colorinterp_test|pdal_io_optech_test|pdal_utils_test)'
--output-on-failure
)