aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/suite_follow_multistream.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/suite_follow_multistream.py b/test/suite_follow_multistream.py
index c233695b47..852f2ec436 100644
--- a/test/suite_follow_multistream.py
+++ b/test/suite_follow_multistream.py
@@ -12,9 +12,13 @@ import fixtures
@fixtures.mark_usefixtures('test_env')
@fixtures.uses_fixtures
class case_follow_multistream(subprocesstest.SubprocessTestCase):
- def test_follow_http2_multistream(self, cmd_tshark, capture_file):
+ def test_follow_http2_multistream(self, cmd_tshark, capture_file, features):
'''Checks whether Follow HTTP2 correctly handles multiple streams on the same packet.'''
-
+ # If we don't have nghttp2, we output the compressed headers.
+ # We could test against the expected output in that case, but
+ # just skip for now.
+ if not features.have_nghttp2:
+ self.skipTest('Requires nghttp2.')
# Test 1:
# 1. While following stream 25 we should ignore stream 21 at frame 65
proc = self.assertRun((cmd_tshark,