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_BROWNIAN=on \
-D PKG_CLASS2=on \ -D PKG_CLASS2=on \
-D PKG_COLLOID=on \ -D PKG_COLLOID=on \
-D PKG_CORESHELL=on \
-D PKG_DIPOLE=on \ -D PKG_DIPOLE=on \
-D PKG_DPD-BASIC=on \ -D PKG_DPD-BASIC=on \
-D PKG_GRANULAR=on \ -D PKG_GRANULAR=on \
@ -79,7 +80,7 @@ jobs:
shell: bash shell: bash
run: | run: |
source linuxenv/bin/activate 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 \ python3 tools/regression-tests/run_tests.py \
--lmp-bin=build/lmp \ --lmp-bin=build/lmp \

View File

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

View File

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