diff --git a/ci/testkomodo.sh b/ci/testkomodo.sh index 2664e8a1743..a21d73e10e8 100755 --- a/ci/testkomodo.sh +++ b/ci/testkomodo.sh @@ -70,8 +70,6 @@ start_tests () { run_ert_with_opm return_code_opm_integration_test=$? - run_everest_tests - return_code_everest_tests=$? set -e @@ -97,9 +95,5 @@ start_tests () { echo "The ERT OPM integration test failed." return_code_combined_tests=1 fi - if [ "$return_code_everest_tests" -ne 0 ]; then - echo "One or more Everest tests failed." - return_code_combined_tests=1 - fi return $return_code_combined_tests }