diff --git a/PDAL.spec b/PDAL.spec index ac72f47..52dc366 100644 --- a/PDAL.spec +++ b/PDAL.spec @@ -192,8 +192,13 @@ sphinx-build -b html . build/html # Use plain ctest as opposed to %%ctest, which runs tests in parallel, and appears to trigger # a race condition when running pdal_filters_overlay_test, leading to # "Unable to open stream for '/builddir/build/BUILD/PDAL-2.2.0-src/test/data/../temp/temp.laz' with error 'No such file or directory'". +%ifarch i686 +# https://github.com/PDAL/PDAL/issues/3469 +(cd %{_vpath_builddir} && ctest --output-on-failure -E pdal_utils_test) +%else (cd %{_vpath_builddir} && ctest --output-on-failure) %endif +%endif %files %{_bindir}/pdal