diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c81fd561..2aac7a8e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1679,10 +1679,11 @@ workflows: - t_ext: *job_native_test_ext_yield_liquidator - t_ext: *job_native_test_ext_perpetual_pools - t_ext: *job_native_test_ext_uniswap - - t_ext: *job_native_test_ext_prb_math - t_ext: *job_native_test_ext_elementfi - t_ext: *job_native_test_ext_brink - - t_ext: *job_native_test_ext_gp2 + # NOTE: Disabled due to frequent failures. + #- t_ext: *job_native_test_ext_prb_math + #- t_ext: *job_native_test_ext_gp2 # NOTE: The external tests below were commented because they # depend on a specific version of hardhat which does not support shanghai EVM. #- t_ext: *job_native_test_ext_trident @@ -1701,10 +1702,11 @@ workflows: - t_native_test_ext_yield_liquidator - t_native_test_ext_perpetual_pools - t_native_test_ext_uniswap - - t_native_test_ext_prb_math - t_native_test_ext_elementfi - t_native_test_ext_brink - - t_native_test_ext_gp2 + # NOTE: Disabled due to frequent failures. + #- t_native_test_ext_gp2 + #- t_native_test_ext_prb_math # NOTE: The external tests below were commented because they # depend on a specific version of hardhat which does not support shanghai EVM. #- t_native_test_ext_trident