Skip to content

Commit a547f61

Browse files
committed
Disable gp2 and zeppelin ext tests
1 parent c8f4c7d commit a547f61

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.circleci/config.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1910,15 +1910,17 @@ workflows:
19101910
- t_ext: *job_ems_compile_ext_colony
19111911

19121912
- t_ext: *job_native_compile_ext_gnosis
1913-
- t_ext: *job_native_test_ext_zeppelin
1913+
# TODO: Re-enable once bumped to use Cancun supported hardhat version
1914+
# - t_ext: *job_native_test_ext_zeppelin
19141915
- t_ext: *job_native_test_ext_ens
19151916
- t_ext: *job_native_test_ext_yield_liquidator
19161917
- t_ext: *job_native_test_ext_perpetual_pools
19171918
- t_ext: *job_native_test_ext_uniswap
19181919
- t_ext: *job_native_test_ext_prb_math
19191920
- t_ext: *job_native_test_ext_elementfi
19201921
- t_ext: *job_native_test_ext_brink
1921-
- t_ext: *job_native_compile_ext_gp2
1922+
# TODO: Re-enable once bumped to use Cancun supported hardhat version
1923+
# - t_ext: *job_native_compile_ext_gp2
19221924
- t_ext: *job_native_compile_ext_euler
19231925
- t_ext: *job_native_compile_ext_pool_together
19241926
# TODO: Dropping the external tests below since they are based on old forks and
@@ -1932,14 +1934,16 @@ workflows:
19321934
requires:
19331935
- t_ems_compile_ext_colony
19341936
- t_native_compile_ext_gnosis
1935-
- t_native_test_ext_zeppelin
1937+
# TODO: Re-enable once bumped to use Cancun supported hardhat version
1938+
# - t_native_test_ext_zeppelin
19361939
- t_native_test_ext_ens
19371940
- t_native_test_ext_yield_liquidator
19381941
- t_native_test_ext_perpetual_pools
19391942
- t_native_test_ext_uniswap
19401943
- t_native_test_ext_elementfi
19411944
- t_native_test_ext_brink
1942-
- t_native_compile_ext_gp2
1945+
# TODO: Re-enable once bumped to use Cancun supported hardhat version
1946+
# - t_native_compile_ext_gp2
19431947
# TODO: Dropping prb-math from the benchmarks since it is not implemented yet
19441948
# in the new Foundry external testing infrastructure.
19451949
# - t_native_test_ext_prb_math

0 commit comments

Comments
 (0)