From a616c70ca90d3e3b7f7581b07afc32a52328844e Mon Sep 17 00:00:00 2001 From: Derek Dagit Date: Sat, 18 Aug 2018 13:45:18 -0500 Subject: [PATCH] Disables the double test for inconsistent execution This test appears to be brittle, but it is being used to gate acceptance of pull request. Therefore it should be disabled by default until the inconsistency can be sorted out. --- tests/gold_tests/continuations/double.test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gold_tests/continuations/double.test.py b/tests/gold_tests/continuations/double.test.py index 0c070ec7f3b..8509485c01b 100644 --- a/tests/gold_tests/continuations/double.test.py +++ b/tests/gold_tests/continuations/double.test.py @@ -20,6 +20,7 @@ Test.Summary = ''' Test transactions and sessions, making sure two continuations catch the same number of hooks. ''' +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") )