From be16e18187a36bd8d68ec6462acfbf23ca5d2673 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 27 Jun 2013 17:53:10 +0000 Subject: QPID-4944: HA skip test test_failover_send_receive till fixed. This test has been failing sporadically for some time, it is being disabled to cut down on noise in automated builds untill the problem is fixed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1497477 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ha_tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/tests/ha_tests.py b/qpid/cpp/src/tests/ha_tests.py index 368ac02506..a42810dcc0 100755 --- a/qpid/cpp/src/tests/ha_tests.py +++ b/qpid/cpp/src/tests/ha_tests.py @@ -927,7 +927,9 @@ class LongTests(HaBrokerTest): if d: return float(d)*60 else: return 3 # Default is to be quick - def test_failover_send_receive(self): + # FIXME aconway 2013-06-27: skip this test pending a fix for + # https://issues.apache.org/jira/browse/QPID-4944 + def skip_test_failover_send_receive(self): """Test failover with continuous send-receive""" brokers = HaCluster(self, 3) -- cgit v1.2.1