Skip to content

Commit

Permalink
[native] Temporarily disable HttpTest.outstandingRequests.
Browse files Browse the repository at this point in the history
  • Loading branch information
spershin committed Oct 21, 2022
1 parent 310e15d commit c1f4254
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<http::HttpServer>(folly::SocketAddress("127.0.0.1", 0));
auto request = std::make_shared<AsyncMsgRequestState>();
Expand Down

0 comments on commit c1f4254

Please sign in to comment.