File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1750,7 +1750,9 @@ workflows:
1750
1750
1751
1751
- t_ext : *job_ems_compile_ext_colony
1752
1752
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
1754
1756
- t_ext : *job_native_test_ext_zeppelin
1755
1757
- t_ext : *job_native_test_ext_ens
1756
1758
- t_ext : *job_native_test_ext_yield_liquidator
@@ -1773,7 +1775,9 @@ workflows:
1773
1775
<< : *requires_nothing
1774
1776
requires :
1775
1777
- 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
1777
1781
- t_native_test_ext_zeppelin
1778
1782
- t_native_test_ext_ens
1779
1783
- t_native_test_ext_yield_liquidator
You can’t perform that action at this time.
0 commit comments