Skip to content

Commit

Permalink
[Flaky Test] Disable DBPropertiesTest.GetProperty
Browse files Browse the repository at this point in the history
Summary: Disable flaky test

Test Plan: run it

Reviewers: yiwu, andrewkr, kradhakrishnan, yhchiang, lightmark, sdong

Reviewed By: sdong

Subscribers: andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D62487
  • Loading branch information
IslamAbdelRahman committed Aug 24, 2016
1 parent d76ddf3 commit 2a9c971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/db_properties_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,8 @@ TEST_F(DBPropertiesTest, NumImmutableMemTable) {
} while (ChangeCompactOptions());
}

TEST_F(DBPropertiesTest, GetProperty) {
// TODO(techdept) : Disabled flaky test #12863555
TEST_F(DBPropertiesTest, DISABLED_GetProperty) {
// Set sizes to both background thread pool to be 1 and block them.
env_->SetBackgroundThreads(1, Env::HIGH);
env_->SetBackgroundThreads(1, Env::LOW);
Expand Down

0 comments on commit 2a9c971

Please sign in to comment.