Merge pull request #357 from arvidn/disable-disk-full-test

disable disk-full test, because it's flaky
This commit is contained in:
Arvid Norberg 2016-01-04 00:36:53 -05:00
commit 85a510d8d8
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)
{