mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-11 05:33:56 +00:00
test: add missing "_Online" suffix (#1183)
This test fails reproducibly in a Debian build chroot, and they generally don't have internet access
This commit is contained in:
parent
7f43f0f3ff
commit
894fcc8e02
@ -610,7 +610,7 @@ TEST(ConnectionErrorTest, InvalidPort) {
|
|||||||
EXPECT_EQ(Error::Connection, res.error());
|
EXPECT_EQ(Error::Connection, res.error());
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(ConnectionErrorTest, Timeout) {
|
TEST(ConnectionErrorTest, Timeout_Online) {
|
||||||
auto host = "google.com";
|
auto host = "google.com";
|
||||||
|
|
||||||
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
|
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user