Skip to content

Commit 04434c9

Browse files
authored
Merge pull request #14611 from ethereum/disable-gnosis-test-suite
Disable the Gnosis test suite
2 parents 8820870 + 74381a5 commit 04434c9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,9 @@ workflows:
17501750

17511751
- t_ext: *job_ems_compile_ext_colony
17521752

1753-
- t_ext: *job_native_test_ext_gnosis
1753+
# NOTE: We are disabling the gnosis test suite due to version discrepancies that are difficult to fix.
1754+
# Check again after (and if) https://github.com/safe-global/safe-contracts/pull/644 is merged.
1755+
#- t_ext: *job_native_test_ext_gnosis
17541756
- t_ext: *job_native_test_ext_zeppelin
17551757
- t_ext: *job_native_test_ext_ens
17561758
- t_ext: *job_native_test_ext_yield_liquidator
@@ -1773,7 +1775,9 @@ workflows:
17731775
<<: *requires_nothing
17741776
requires:
17751777
- t_ems_compile_ext_colony
1776-
- t_native_test_ext_gnosis
1778+
# NOTE: We are disabling the gnosis test suite due to version discrepancies that are difficult to fix.
1779+
# Check again after (and if) https://github.com/safe-global/safe-contracts/pull/644 is merged.
1780+
#- t_native_test_ext_gnosis
17771781
- t_native_test_ext_zeppelin
17781782
- t_native_test_ext_ens
17791783
- t_native_test_ext_yield_liquidator

0 commit comments

Comments
 (0)