diff options
author | Andrey Uzunov <andrey.uzunov@gmail.com> | 2013-09-08 10:41:42 +0000 |
---|---|---|
committer | Andrey Uzunov <andrey.uzunov@gmail.com> | 2013-09-08 10:41:42 +0000 |
commit | 44de6eb7e1545ce7476fbfb5146474b47810d1aa (patch) | |
tree | ba553037fce50aad0d1ec42f235f3353c1865faf | |
parent | 7c86ad3199ebe0b5cae1c7f5ce6c24821f470c4e (diff) | |
download | libmicrohttpd-44de6eb7e1545ce7476fbfb5146474b47810d1aa.tar.gz libmicrohttpd-44de6eb7e1545ce7476fbfb5146474b47810d1aa.zip |
spdy: disable test_requests_with_assets as it is buggy
-rw-r--r-- | src/testspdy/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testspdy/Makefile.am b/src/testspdy/Makefile.am index f2c5b847..3cff9ac5 100644 --- a/src/testspdy/Makefile.am +++ b/src/testspdy/Makefile.am | |||
@@ -29,7 +29,7 @@ check_PROGRAMS = \ | |||
29 | test_request_response \ | 29 | test_request_response \ |
30 | test_notls \ | 30 | test_notls \ |
31 | test_request_response_with_callback \ | 31 | test_request_response_with_callback \ |
32 | test_requests_with_assets \ | 32 | #test_requests_with_assets \ |
33 | test_misc \ | 33 | test_misc \ |
34 | test_session_timeout | 34 | test_session_timeout |
35 | 35 | ||
@@ -83,10 +83,10 @@ test_request_response_with_callback_SOURCES = \ | |||
83 | $(SPDY_SOURCES) | 83 | $(SPDY_SOURCES) |
84 | test_request_response_with_callback_LDADD = $(SPDY_LDADD) | 84 | test_request_response_with_callback_LDADD = $(SPDY_LDADD) |
85 | 85 | ||
86 | test_requests_with_assets_SOURCES = \ | 86 | #test_requests_with_assets_SOURCES = \ |
87 | test_requests_with_assets.c \ | 87 | # test_requests_with_assets.c \ |
88 | $(SPDY_SOURCES) | 88 | # $(SPDY_SOURCES) |
89 | test_requests_with_assets_LDADD = $(SPDY_LDADD) | 89 | #test_requests_with_assets_LDADD = $(SPDY_LDADD) |
90 | 90 | ||
91 | test_misc_SOURCES = \ | 91 | test_misc_SOURCES = \ |
92 | test_misc.c \ | 92 | test_misc.c \ |