diff --git a/reg_tests/CTestList.cmake b/reg_tests/CTestList.cmake index 46bbdc233..fdd4889ea 100644 --- a/reg_tests/CTestList.cmake +++ b/reg_tests/CTestList.cmake @@ -194,7 +194,6 @@ if(NOT ENABLE_CUDA AND NOT ENABLE_ROCM) add_test_r(vortexOpen 4) add_test_r(VOFDroplet 4) add_test_r(VOFInertialDroplet 4) - add_test_r(VOFZalDisk 4) if (ENABLE_FFTW) add_test_r(ablHill3d_pp 4) @@ -215,6 +214,7 @@ if(NOT ENABLE_CUDA AND NOT ENABLE_ROCM) add_test_r(ablNeutralNGPHypreSegregated 2) add_test_r(airfoilRANSEdgeNGPHypre.rst 2) add_test_r(fsiTurbineSurrogate 4) + add_test_r(VOFZalDisk 4) if (ENABLE_TRILINOS_SOLVERS) add_test_r(aslNeutralEdgeSST 4) @@ -309,6 +309,7 @@ else() add_test_r(ablNeutralNGPHypre 2) add_test_r(ablNeutralNGPHypreSegregated 2) add_test_r(multiElemCylinder 2) + add_test_r(VOFZalDisk 2) endif() if (ENABLE_TIOGA AND ENABLE_TRILINOS_SOLVERS)