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:
parent
a9c86f51b7
commit
80fe5b3855
@ -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…
Reference in New Issue
Block a user