From 8418c80adc86c230c7077bc6e888a0a0c2a93984 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 30 Jul 2015 19:31:44 +0200 Subject: [PATCH] Disable network test by default. --- TestHelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestHelper.h b/TestHelper.h index 735535492..48eb42c55 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; /// @}