From 9957c00def060196eb239cbf699f038be900ce79 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 6 Jun 2015 14:59:04 -0400 Subject: [PATCH] disable test_priority for now --- test/Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 94b3dfa22..2830118c0 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -152,7 +152,6 @@ test-suite libtorrent : [ run test_stat_cache.cpp ] [ run test_fast_extension.cpp ] [ run test_privacy.cpp ] - [ run test_priority.cpp ] [ run test_recheck.cpp ] [ run test_resume.cpp ] [ run test_ssl.cpp ] @@ -183,5 +182,8 @@ test-suite libtorrent : [ run test_swarm.cpp ] [ run test_lsd.cpp ] [ run test_pex.cpp ] + +# make this test more reliable +# [ run test_priority.cpp ] ;