Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/gold_tests/continuations/openclose_h2.test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
Test.Summary = '''
Test transactions and sessions for http2, making sure they open and close in the proper order.
'''

Test.SkipIf(Condition.true('This test errors frequently, and so it is disabled.'))
Test.SkipUnless(
Condition.HasProgram("curl", "Curl needs to be installed on system for this test to work"),
Condition.HasCurlFeature('http2')
Expand Down