Skip to content

Commit 0af1b03

Browse files
without youpi_banane tests
1 parent bb68594 commit 0af1b03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/cgi_handler_unittest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ UTEST(CgiHandler, PythonScript_POST_1MB_Payload)
353353
ASSERT_TRUE(response == expected);
354354
}
355355

356+
/*
356357
UTEST(Config, Bla_Rejects_Get)
357358
{
358359
HttpConfig http = load_http_config("config/youpi_banane.conf");
@@ -554,4 +555,4 @@ UTEST(CgiHandler, UbuntuCgiTester_NotExecutable)
554555
}
555556
556557
ASSERT_TRUE(response.find("403") != std::string::npos);
557-
}
558+
}*/

0 commit comments

Comments
 (0)