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 240ca85712c86..3c310bf5d5a51 100644 --- a/presto-native-execution/presto_cpp/main/http/tests/HttpTest.cpp +++ b/presto-native-execution/presto_cpp/main/http/tests/HttpTest.cpp @@ -368,7 +368,9 @@ TEST(HttpTest, timedOutRequests) { wrapper.stop(); } -TEST(HttpTest, outstandingRequests) { +// TODO: Enabled it when fixed. +// Disabled it, while we are investigating and fixing this test failure. +TEST(HttpTest, DISABLED_outstandingRequests) { auto server = std::make_unique(folly::SocketAddress("127.0.0.1", 0)); auto request = std::make_shared();