Skip to content

Commit cd4be59

Browse files
committed
fix(ci): actually register the ibm_poiseuille_nn example skip (missed in 419ade9ba)
1 parent b68dff0 commit cd4be59

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

toolchain/mfc/test/cases.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,11 @@ def foreach_example():
18521852
# is too large for the CI smoke suite. The faster NN examples remain tested.
18531853
"2D_poiseuille_nn",
18541854
"2D_bingham_poiseuille_nn",
1855+
# The CI grid cap (~25x25) thins this case's immersed-boundary wall slabs
1856+
# to ~2 cells, an under-resolved IB whose body-forced dead-fluid dynamics
1857+
# is platform-marginal (CPU goldens fail on most GPU lanes). The fast
1858+
# "Non-Newtonian -> IBM" suite case covers IBM+NN portably at 1e-12.
1859+
"2D_ibm_poiseuille_nn",
18551860
]
18561861
if path in casesToSkip:
18571862
continue

0 commit comments

Comments
 (0)