diff options
Diffstat (limited to 'test/modules/http2/test_105_timeout.py')
-rw-r--r-- | test/modules/http2/test_105_timeout.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/modules/http2/test_105_timeout.py b/test/modules/http2/test_105_timeout.py index d8e7036310..6c0e185e5b 100644 --- a/test/modules/http2/test_105_timeout.py +++ b/test/modules/http2/test_105_timeout.py @@ -111,7 +111,6 @@ class TestStore: assert piper.exitcode == 0 assert len("".join(stdout)) == 3 * 8192 - @pytest.mark.skipif(True, reason="new feature in upcoming http2") def test_h2_105_11(self, env): # short connection timeout, longer stream delay # receiving the first response chunk, then timeout @@ -126,7 +125,6 @@ class TestStore: stdout, stderr = piper.close() assert len("".join(stdout)) == 8192 - @pytest.mark.skipif(True, reason="new feature in upcoming http2") def test_h2_105_12(self, env): # long connection timeout, short stream timeout # sending a slow POST |