Skip to content

Commit 1171bed

Browse files
committed
Temporarily skip the double AuTest to unblock PRs
There is an issue opened to track the intermittent failures in the double.test.py, see #7946. In the meantime, concurrently with that being actively investigated, this PR skips the double.test.py. This is a temporary workaround to remove the friction this test is adding to our PR process. This patch should not remain in place for more than a few days.
1 parent f3fb74e commit 1171bed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/gold_tests/continuations/double.test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
Test transactions and sessions for http1, making sure the two continuations catch the same number of hooks.
2323
'''
2424

25+
# Temporarily skip this test for now while we investigate:
26+
# https://github.com/apache/trafficserver/issues/7946
27+
Test.SkipIf(Condition.true("To unblock CI, skip this test temporarily. See issue #7946."))
28+
2529
Test.ContinueOnFail = True
2630
# Define default ATS. Disable the cache to simplify the test.
2731
ts = Test.MakeATSProcess("ts", select_ports=True, command="traffic_manager", enable_cache=False)

0 commit comments

Comments
 (0)