From d704c00615929819136e3f76ba84463e8670d7d8 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 21 Jun 2015 02:28:15 -0400 Subject: [PATCH] disable test_random. --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index c549a3550..de0bf73ac 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -113,7 +113,7 @@ test-suite libtorrent : test_ip_voter.cpp test_sliding_average.cpp test_socket_io.cpp - test_random.cpp +# test_random.cpp test_utf8.cpp test_gzip.cpp test_bitfield.cpp