From 05c1eeac85dc8eee3f086b8b761ec91643a15fe7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 13 Jul 2013 00:46:24 +0900 Subject: [PATCH] Disable end_to_end test Will enable it again when spdycat and spdyd are ready for http/2.0 --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index cbafbf08..93ff1046 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -56,8 +56,8 @@ TESTS = main failmalloc if ENABLE_SRC -EXTRA_DIST = end_to_end.py -TESTS += end_to_end.py +# EXTRA_DIST = end_to_end.py +# TESTS += end_to_end.py endif # ENABLE_SRC