disable test_priority for now

This commit is contained in:
arvidn 2015-06-06 14:59:04 -04:00
parent 9af8841244
commit 9957c00def
1 changed files with 3 additions and 1 deletions

View File

@ -152,7 +152,6 @@ test-suite libtorrent :
[ run test_stat_cache.cpp ] [ run test_stat_cache.cpp ]
[ run test_fast_extension.cpp ] [ run test_fast_extension.cpp ]
[ run test_privacy.cpp ] [ run test_privacy.cpp ]
[ run test_priority.cpp ]
[ run test_recheck.cpp ] [ run test_recheck.cpp ]
[ run test_resume.cpp ] [ run test_resume.cpp ]
[ run test_ssl.cpp ] [ run test_ssl.cpp ]
@ -183,5 +182,8 @@ test-suite libtorrent :
[ run test_swarm.cpp ] [ run test_swarm.cpp ]
[ run test_lsd.cpp ] [ run test_lsd.cpp ]
[ run test_pex.cpp ] [ run test_pex.cpp ]
# make this test more reliable
# [ run test_priority.cpp ]
; ;