From d922dd6f2063f4858af4fe45fbbc88951bff07b3 Mon Sep 17 00:00:00 2001 From: Nikola Matic Date: Tue, 16 May 2023 17:12:09 +0200 Subject: [PATCH] Disable prb-math and gp2 external tests --- .circleci/config.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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