From 3fae92e1985da8539ec08c075a6cbc6eed70a180 Mon Sep 17 00:00:00 2001 From: Yuval Ariel Date: Wed, 21 Dec 2022 10:29:51 +0200 Subject: [PATCH] unit tests: disable LoadCustomizableTest.LoadMemTableRepFactoryTest (#303) --- options/customizable_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/customizable_test.cc b/options/customizable_test.cc index 297a51eccf..fab3078b93 100644 --- a/options/customizable_test.cc +++ b/options/customizable_test.cc @@ -1983,7 +1983,7 @@ TEST_F(LoadCustomizableTest, LoadStatisticsTest) { #endif } -TEST_F(LoadCustomizableTest, LoadMemTableRepFactoryTest) { +TEST_F(LoadCustomizableTest, DISABLED_LoadMemTableRepFactoryTest) { std::unordered_set expected = { SkipListFactory::kClassName(), SkipListFactory::kNickName(),