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
main
Andrew Kryczka 7 years ago committed by Facebook Github Bot
parent a9c86f51b7
commit 80fe5b3855
  1. 2
      util/delete_scheduler_test.cc

@ -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;

Loading…
Cancel
Save