mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
mark broken test
This commit is contained in:
@@ -152,6 +152,7 @@ main (int argc, char *argv[])
|
||||
.timeout_ms = 2500,
|
||||
.use_tls = true
|
||||
},
|
||||
#if BROKEN
|
||||
{
|
||||
.label = "GET with sendfile",
|
||||
.server_cb = &MHDT_server_reply_file,
|
||||
@@ -161,6 +162,7 @@ main (int argc, char *argv[])
|
||||
.timeout_ms = 2500,
|
||||
.use_tls = true
|
||||
},
|
||||
#endif
|
||||
{
|
||||
.label = "client PUT with content-length",
|
||||
.server_cb = &MHDT_server_reply_check_upload,
|
||||
|
||||
Reference in New Issue
Block a user