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
5 changes: 5 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,11 @@
Test.Summary = '''
Test transactions and sessions for http2, making sure they open and close in the proper order.
'''

# Disable this test on the 8.1.x branch because this test is sensitive to timing issues of SSN/TXN close hook.
# 9.0.x+ should fix issues and enabled this test. Details in #6983.
Test.SkipIf(Condition.true("This test is sensitive to timing issues of SSN/TXN close hook which makes it flaky."))

Test.SkipUnless(
Condition.HasProgram("curl", "Curl needs to be installed on system for this test to work"),
Condition.HasCurlFeature('http2')
Expand Down