commit: 65056b58e4a35816e986cc9f8a4ed67d9cdc64be Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com> AuthorDate: Thu Oct 27 17:25:47 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Oct 31 11:50:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65056b58
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 <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sci-libs/pdal/pdal-2.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )
