Skip to content

Commit 894fcc8

Browse files
authored
test: add missing "_Online" suffix (yhirose#1183)
This test fails reproducibly in a Debian build chroot, and they generally don't have internet access
1 parent 7f43f0f commit 894fcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ TEST(ConnectionErrorTest, InvalidPort) {
610610
EXPECT_EQ(Error::Connection, res.error());
611611
}
612612

613-
TEST(ConnectionErrorTest, Timeout) {
613+
TEST(ConnectionErrorTest, Timeout_Online) {
614614
auto host = "google.com";
615615

616616
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT

0 commit comments

Comments
 (0)