From e98b26aa5558fb05aeea82ab76b546b5bcd40802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B8rn=20Skille?= Date: Thu, 13 Apr 2023 15:55:33 +0200 Subject: [PATCH] Remove two tests from regression testing There are issues with both of these that should be fixed before these are used for regression testing --- regressionTests.cmake | 14 -------------- tests/update_reference_data.sh | 2 -- 2 files changed, 16 deletions(-) diff --git a/regressionTests.cmake b/regressionTests.cmake index d4d02d6e5..1aeb41148 100644 --- a/regressionTests.cmake +++ b/regressionTests.cmake @@ -821,13 +821,6 @@ add_test_compareECLFiles(CASENAME 3d_tran_operator DIR parallel_fieldprops) -add_test_compareECLFiles(CASENAME actionx_gconinje - FILENAME ACTIONX_GCONINJE - SIMULATOR flow - ABS_TOL ${abs_tol} - REL_TOL ${rel_tol} - DIR actionx) - add_test_compareECLFiles(CASENAME actionx_gconprod FILENAME ACTIONX_GCONPROD SIMULATOR flow @@ -836,13 +829,6 @@ add_test_compareECLFiles(CASENAME actionx_gconprod DIR actionx) -add_test_compareECLFiles(CASENAME actionx_wconinje - FILENAME ACTIONX_WCONINJE - SIMULATOR flow - ABS_TOL ${abs_tol} - REL_TOL ${rel_tol} - DIR actionx) - add_test_compareECLFiles(CASENAME actionx_wefac FILENAME ACTIONX_WEFAC SIMULATOR flow diff --git a/tests/update_reference_data.sh b/tests/update_reference_data.sh index c48a1f414..23fcaeea8 100755 --- a/tests/update_reference_data.sh +++ b/tests/update_reference_data.sh @@ -174,9 +174,7 @@ tests[co2store]="flow co2store CO2STORE" tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE" tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON" tests[co2store_energy]="flow co2store CO2STORE_ENERGY" -tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE" tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD" -tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE" tests[actionx_wefac]="flow actionx ACTIONX_WEFAC" tests[actionx_udq]="flow actionx ACTIONX_UDQ" tests[micp]="flow micp MICP"