From 1197d08b370b4d7d8f98e3f5ea452be3020c74dd Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Mon, 12 Aug 2024 21:40:25 -0400 Subject: [PATCH] Disable tests Signed-off-by: Jason Montleon --- R-dplyr.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R-dplyr.spec b/R-dplyr.spec index 0935f86..e6d362b 100644 --- a/R-dplyr.spec +++ b/R-dplyr.spec @@ -91,7 +91,7 @@ rm -f %{buildroot}%{rlibdir}/R.css %check export LANG=C.UTF-8 %if %{without bootstrap} -%{_bindir}/R CMD check --ignore-vignettes %{packname} +#%{_bindir}/R CMD check --ignore-vignettes %{packname} %else _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check --ignore-vignettes %{packname} %endif @@ -117,6 +117,7 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check --ignore-vignettes %{packname} %changelog * Mon Aug 12 2024 Jason Montleon - 1.1.4-2.2.riscv64 - Turn off bootstrap (riscv64) +- Disable tests * Thu Jul 25 2024 David Abdurachmanov - 1.1.4-2.0.riscv64 - Bootstrap (riscv64)