diff options
author | Gav Wood <i@gavwood.com> | 2015-07-15 23:50:56 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-07-15 23:50:56 +0800 |
commit | f66eabed76282a3078d8c1ded1a3e2573ae760b6 (patch) | |
tree | f3a96457a4e0f3c988e4d217529f349075b2ef4b /TestHelper.h | |
parent | a904cafa389c46eb5ce0961fccb424f058ac977d (diff) | |
download | dexon-solidity-f66eabed76282a3078d8c1ded1a3e2573ae760b6.tar.gz dexon-solidity-f66eabed76282a3078d8c1ded1a3e2573ae760b6.tar.zst dexon-solidity-f66eabed76282a3078d8c1ded1a3e2573ae760b6.zip |
Disable p2p tests.
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h index 4ac59e91..42027883 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -224,7 +224,7 @@ public: bool inputLimits = false; bool bigData = false; bool wallet = false; - bool nonetwork = false; + bool nonetwork = true; bool nodag = true; /// @} |