diff options
author | Gav Wood <i@gavwood.com> | 2015-07-31 01:31:44 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-07-31 01:31:44 +0800 |
commit | 8418c80adc86c230c7077bc6e888a0a0c2a93984 (patch) | |
tree | adc60af0f29f2471b376a9901347f643bb9de3b0 | |
parent | 863f955006a2e1dfdece01d746c9060b58c9ef7d (diff) | |
download | dexon-solidity-8418c80adc86c230c7077bc6e888a0a0c2a93984.tar dexon-solidity-8418c80adc86c230c7077bc6e888a0a0c2a93984.tar.gz dexon-solidity-8418c80adc86c230c7077bc6e888a0a0c2a93984.tar.bz2 dexon-solidity-8418c80adc86c230c7077bc6e888a0a0c2a93984.tar.lz dexon-solidity-8418c80adc86c230c7077bc6e888a0a0c2a93984.tar.xz dexon-solidity-8418c80adc86c230c7077bc6e888a0a0c2a93984.tar.zst dexon-solidity-8418c80adc86c230c7077bc6e888a0a0c2a93984.zip |
Disable network test by default.
-rw-r--r-- | TestHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h index 73553549..48eb42c5 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -239,7 +239,7 @@ public: bool inputLimits = false; bool bigData = false; bool wallet = false; - bool nonetwork = false; + bool nonetwork = true; bool nodag = true; /// @} |