Skip to content

Commit

Permalink
Disable this test pending UDP abstraction refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
tm604 committed Sep 14, 2015
1 parent 95e2c43 commit baf87f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/statsd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ SCENARIO("statsd server") {
}
}
}
#endif

SCENARIO("UDP handling", "[statsd][udp]") {
boost::asio::io_service iosrv;
Expand All @@ -215,3 +214,4 @@ SCENARIO("UDP handling", "[statsd][udp]") {
iosrv.run();
}
}
#endif

0 comments on commit baf87f7

Please sign in to comment.