From 894fcc8e023f94383cd4f07d47aaa622baef1302 Mon Sep 17 00:00:00 2001 From: Andrea Pappacoda Date: Sun, 30 Jan 2022 18:34:52 +0100 Subject: [PATCH] test: add missing "_Online" suffix (#1183) This test fails reproducibly in a Debian build chroot, and they generally don't have internet access --- test/test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.cc b/test/test.cc index 69f701b..ee4c685 100644 --- a/test/test.cc +++ b/test/test.cc @@ -610,7 +610,7 @@ TEST(ConnectionErrorTest, InvalidPort) { EXPECT_EQ(Error::Connection, res.error()); } -TEST(ConnectionErrorTest, Timeout) { +TEST(ConnectionErrorTest, Timeout_Online) { auto host = "google.com"; #ifdef CPPHTTPLIB_OPENSSL_SUPPORT