aboutsummaryrefslogtreecommitdiffstats
path: root/whisperTopic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'whisperTopic.cpp')
-rw-r--r--whisperTopic.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/whisperTopic.cpp b/whisperTopic.cpp
index be93174e..4609c957 100644
--- a/whisperTopic.cpp
+++ b/whisperTopic.cpp
@@ -30,6 +30,7 @@ using namespace dev::shh;
BOOST_AUTO_TEST_SUITE(whisper)
+#if ALEX_HASH_FIXED_NETWORKING
BOOST_AUTO_TEST_CASE(topic)
{
cnote << "Testing Whisper...";
@@ -293,5 +294,6 @@ BOOST_AUTO_TEST_CASE(asyncforwarding)
BOOST_REQUIRE_EQUAL(result, 1);
}
+#endif
BOOST_AUTO_TEST_SUITE_END()