skip in.icos due to the minimize command

This commit is contained in:
Trung Nguyen
2024-10-13 22:54:54 -05:00
parent 4773b3e7e4
commit 383ae086e5
3 changed files with 5 additions and 2 deletions

View File

@ -63,6 +63,7 @@ jobs:
-D PKG_BROWNIAN=on \
-D PKG_CLASS2=on \
-D PKG_COLLOID=on \
-D PKG_CORESHELL=on \
-D PKG_DIPOLE=on \
-D PKG_DPD-BASIC=on \
-D PKG_GRANULAR=on \
@ -79,7 +80,7 @@ jobs:
shell: bash
run: |
source linuxenv/bin/activate
python3 tools/regression-tests/get_kokkos_input.py --examples-top-level=examples --filter-out="balance;fire;mdi;mliap;pace;prd;pour;python;snap"
python3 tools/regression-tests/get_kokkos_input.py --examples-top-level=examples --filter-out="balance;fire;gcmc;mdi;mliap;neb;pace;prd;pour;python;snap"
python3 tools/regression-tests/run_tests.py \
--lmp-bin=build/lmp \

View File

@ -31,6 +31,7 @@
skip:
[
in.min.box,
in.icos,
]
timeout: 120

View File

@ -20,10 +20,11 @@
E_vdwl:
abs: 1e-3
rel: 1e-7
skip:
[
in.min.box,
in.icos,
]
timeout: 120