disable test: DeleteSchedulerTest.DynamicRateLimiting1

Summary:
temporarily disable since it isn't working on travis.
Closes https://github.com/facebook/rocksdb/pull/2064

Differential Revision: D4807373

Pulled By: ajkr

fbshipit-source-id: f2bb2b0
This commit is contained in:
Andrew Kryczka 2017-03-30 16:45:39 -07:00 committed by Facebook Github Bot
parent a9c86f51b7
commit 80fe5b3855

View File

@ -423,7 +423,7 @@ TEST_F(DeleteSchedulerTest, MoveToTrashError) {
rocksdb::SyncPoint::GetInstance()->DisableProcessing();
}
TEST_F(DeleteSchedulerTest, DynamicRateLimiting1) {
TEST_F(DeleteSchedulerTest, DISABLED_DynamicRateLimiting1) {
std::vector<uint64_t> penalties;
int bg_delete_file = 0;
int fg_delete_file = 0;