From 375d7c9741c1debbc55bf21c864c514d307691ef Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 5 Jun 2016 13:24:46 +1200 Subject: Remove last vestiges of noapi and noweb from pathod Also hide HTTP2 freeze bug by making explain configurable in the tests --- test/pathod/test_pathoc.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/pathod/test_pathoc.py') diff --git a/test/pathod/test_pathoc.py b/test/pathod/test_pathoc.py index a88cfa91..8b69a2a6 100644 --- a/test/pathod/test_pathoc.py +++ b/test/pathod/test_pathoc.py @@ -228,6 +228,7 @@ class TestDaemon(PathocTestDaemon): class TestDaemonHTTP2(PathocTestDaemon): ssl = True + explain = False if tcp.HAS_ALPN: -- cgit v1.2.3