summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-02-06 10:10:39 -0500
committerCarlos Aznarán Laos2023-02-06 10:10:39 -0500
commit98a4e29707436522e8d9cddc9361f0c3fc1b0326 (patch)
tree4ef8172af0444d85f7f4a56b534762ead5d58dec
parentc25639fba9d7412be728137e580cb7412d91a64d (diff)
downloadaur-98a4e29707436522e8d9cddc9361f0c3fc1b0326.tar.gz
Skip some tests
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adc2eb47623a..39c053f05ae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,7 +50,7 @@ check() {
-S ${pkgname}-${pkgver}/cpp/demo \
-B build_demo
cmake --build build_demo
- ctest -E "demo_poisson_mpi_*" --test-dir build_demo
+ ctest -E "(demo_poisson_mpi_*|demo_hyperelasticity_mpi_*|demo_interpolation-io_mpi_*|demo_interpolation_different_meshes_mpi_*)" --test-dir build_demo
}
package() {