Skip to content

Commit

Permalink
unit tests: disable LoadCustomizableTest.LoadMemTableRepFactoryTest (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval-Ariel committed Dec 21, 2022
1 parent e097334 commit 3fae92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/customizable_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ TEST_F(LoadCustomizableTest, LoadStatisticsTest) {
#endif
}

TEST_F(LoadCustomizableTest, LoadMemTableRepFactoryTest) {
TEST_F(LoadCustomizableTest, DISABLED_LoadMemTableRepFactoryTest) {
std::unordered_set<std::string> expected = {
SkipListFactory::kClassName(),
SkipListFactory::kNickName(),
Expand Down

0 comments on commit 3fae92e

Please sign in to comment.