@@ -1910,15 +1910,17 @@ workflows:
1910
1910
- t_ext : *job_ems_compile_ext_colony
1911
1911
1912
1912
- 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
1914
1915
- t_ext : *job_native_test_ext_ens
1915
1916
- t_ext : *job_native_test_ext_yield_liquidator
1916
1917
- t_ext : *job_native_test_ext_perpetual_pools
1917
1918
- t_ext : *job_native_test_ext_uniswap
1918
1919
- t_ext : *job_native_test_ext_prb_math
1919
1920
- t_ext : *job_native_test_ext_elementfi
1920
1921
- 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
1922
1924
- t_ext : *job_native_compile_ext_euler
1923
1925
- t_ext : *job_native_compile_ext_pool_together
1924
1926
# TODO: Dropping the external tests below since they are based on old forks and
@@ -1932,14 +1934,16 @@ workflows:
1932
1934
requires :
1933
1935
- t_ems_compile_ext_colony
1934
1936
- 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
1936
1939
- t_native_test_ext_ens
1937
1940
- t_native_test_ext_yield_liquidator
1938
1941
- t_native_test_ext_perpetual_pools
1939
1942
- t_native_test_ext_uniswap
1940
1943
- t_native_test_ext_elementfi
1941
1944
- 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
1943
1947
# TODO: Dropping prb-math from the benchmarks since it is not implemented yet
1944
1948
# in the new Foundry external testing infrastructure.
1945
1949
# - t_native_test_ext_prb_math
0 commit comments