Skip to content

Commit

Permalink
skip test_timesup reddit.com
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaldwin committed Jun 14, 2024
1 parent 59143fa commit fa01bae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_timesup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ TEST_CASE("Timesup single request")

TEST_CASE("Timesup two requests")
{
// TODO: This test requires a re-work with a proper "timeout" endpoint in nginx. It does not work against random
// urls consistently.
SKIP();

lift::client client{lift::client::options{.connect_timeout = std::chrono::seconds{1}}};

std::vector<lift::request_ptr> requests{};
Expand Down

0 comments on commit fa01bae

Please sign in to comment.