disable disk-full test, because it's flaky

This commit is contained in:
arvidn 2016-01-03 13:30:32 -05:00
parent 7282195ef0
commit 66c14e968b
1 changed files with 3 additions and 1 deletions

View File

@ -402,7 +402,8 @@ TORRENT_TEST(i2p)
test_transfer(settings_pack::i2p_proxy, settings_pack());
cleanup();
}
*/
// this test is too flaky. Move it to a sim
TORRENT_TEST(disk_full)
{
using namespace libtorrent;
@ -411,6 +412,7 @@ TORRENT_TEST(disk_full)
cleanup();
}
*/
TORRENT_TEST(allow_fast)
{