diff --git a/presto-native-execution/presto_cpp/main/http/tests/HttpTest.cpp b/presto-native-execution/presto_cpp/main/http/tests/HttpTest.cpp index 736472027c86f..55611d608e4e9 100644 --- a/presto-native-execution/presto_cpp/main/http/tests/HttpTest.cpp +++ b/presto-native-execution/presto_cpp/main/http/tests/HttpTest.cpp @@ -60,6 +60,10 @@ class HttpTestSuite : public ::testing::TestWithParam { } protected: + static void SetUpTestCase() { + memory::MemoryManager::testingSetInstance({}); + } + std::unique_ptr getServer( bool useHttps, const std::shared_ptr& ioPool = nullptr) {