소스 검색

test: add missing "_Online" suffix (#1183)

This test fails reproducibly in a Debian build chroot, and they generally don't have internet access
Andrea Pappacoda 4 년 전
부모
커밋
894fcc8e02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/test.cc

+ 1 - 1
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