diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 906c9b10..cf1866b8 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -436,7 +436,7 @@ jobs: ctest --output-on-failure -E engine elif [ $DOCKER_IMAGE = "centos:7" ]; then # we skip the ecdh_derive tests (for now) since there is an issue with generating secp224r1 keys - ctest --output-on-failure -E ecdh_derive\|aes\|ecdh_sp800 + ctest --output-on-failure -E ecdh_derive\|ecdh_sp800 else ctest --output-on-failure fi