diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-22 17:15:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-22 17:15:37 +0800 |
commit | 9b67bdb3f47754006e8c3d93cd72db2f0700b073 (patch) | |
tree | 186442c0b73884b61cebb88cbcbf3446ba7565b2 /test | |
parent | ae43330b62742c5ac799018d1793b5bb0943ee8a (diff) | |
parent | e50f8d532a3be5f7c2d940c32c1e1de34a1f1794 (diff) | |
download | dexon-solidity-9b67bdb3f47754006e8c3d93cd72db2f0700b073.tar dexon-solidity-9b67bdb3f47754006e8c3d93cd72db2f0700b073.tar.gz dexon-solidity-9b67bdb3f47754006e8c3d93cd72db2f0700b073.tar.bz2 dexon-solidity-9b67bdb3f47754006e8c3d93cd72db2f0700b073.tar.lz dexon-solidity-9b67bdb3f47754006e8c3d93cd72db2f0700b073.tar.xz dexon-solidity-9b67bdb3f47754006e8c3d93cd72db2f0700b073.tar.zst dexon-solidity-9b67bdb3f47754006e8c3d93cd72db2f0700b073.zip |
Merge pull request #4335 from ethereum/disable-gnosis
Disable gnosis tests temporarily
Diffstat (limited to 'test')
-rwxr-xr-x | test/externalTests.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/externalTests.sh b/test/externalTests.sh index 3599e069..3125f92f 100755 --- a/test/externalTests.sh +++ b/test/externalTests.sh @@ -68,4 +68,6 @@ function test_truffle # Using our temporary fork here. Hopefully to be merged into upstream after the 0.5.0 release. test_truffle Zeppelin https://github.com/axic/openzeppelin-solidity.git solidity-050 -test_truffle Gnosis https://github.com/axic/pm-contracts.git solidity-050 + +# Disabled temporarily as it needs to be updated to latest Truffle first. +#test_truffle Gnosis https://github.com/axic/pm-contracts.git solidity-050 |