diff options
| author | Alan Conway <aconway@apache.org> | 2013-06-27 17:53:10 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-06-27 17:53:10 +0000 |
| commit | be16e18187a36bd8d68ec6462acfbf23ca5d2673 (patch) | |
| tree | ce3649a0ee825de2becb46805ffff35a0ddd25ea /qpid/cpp/src/tests | |
| parent | 1c8292361d0c9996739bae6e71983545bbd13cb2 (diff) | |
| download | qpid-python-be16e18187a36bd8d68ec6462acfbf23ca5d2673.tar.gz | |
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
Diffstat (limited to 'qpid/cpp/src/tests')
| -rwxr-xr-x | qpid/cpp/src/tests/ha_tests.py | 4 |
1 files changed, 3 insertions, 1 deletions
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) |
