disable kConcurrentSkipList multithreaded test

Summary: Disable test that is intermittently failing

Test Plan: unit tests

Reviewers: igor, andrewkr, sdong

Reviewed By: sdong

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D53715
This commit is contained in:
Nathan Bronson 2016-02-02 18:19:07 -08:00
parent 466c2c1bf7
commit 5fcd1ba30a

View File

@ -525,8 +525,8 @@ class DBTestBase : public testing::Test {
kOptimizeFiltersForHits = 27,
kRowCache = 28,
kRecycleLogFiles = 29,
kEnd = 30,
kConcurrentSkipList = 30,
kEnd = 31,
kLevelSubcompactions = 31,
kUniversalSubcompactions = 32,
};