Browse Source

Avoid doing the deadline timer test.

cl-refactor
Gav Wood 10 years ago
parent
commit
b652202120
  1. 3
      test/libp2p/net.cpp

3
test/libp2p/net.cpp

@ -339,6 +339,9 @@ BOOST_AUTO_TEST_SUITE(netTypes)
BOOST_AUTO_TEST_CASE(deadlineTimer) BOOST_AUTO_TEST_CASE(deadlineTimer)
{ {
if (test::Options::get().nonetwork)
return;
ba::io_service io; ba::io_service io;
ba::deadline_timer t(io); ba::deadline_timer t(io);
bool start = false; bool start = false;

Loading…
Cancel
Save