This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
The following commit(s) were added to refs/heads/trunk by this push:
new f61dcb20 Ninja: disable test_prefer_local_reconnect_on_restart since
CASSANDRA-16718 was reverted
f61dcb20 is described below
commit f61dcb20cb21a92bdaa4277b62581526550c41bf
Author: Brandon Williams <[email protected]>
AuthorDate: Mon Jul 10 18:48:59 2023 -0500
Ninja: disable test_prefer_local_reconnect_on_restart since CASSANDRA-16718
was reverted
---
snitch_test.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/snitch_test.py b/snitch_test.py
index 7556ec2a..54a2152f 100644
--- a/snitch_test.py
+++ b/snitch_test.py
@@ -11,6 +11,7 @@ from tools.assertions import assert_stderr_clean
from tools.jmxutils import (JolokiaAgent, make_mbean)
since = pytest.mark.since
+skip = pytest.mark.skip
logger = logging.getLogger(__name__)
@@ -114,7 +115,7 @@ class TestGossipingPropertyFileSnitch(Tester):
assert re.search(ipstr.format(NODE1_LISTEN_ADDRESS), out)
assert re.search(ipstr.format(NODE2_LISTEN_ADDRESS), out)
- @since('4.0')
+ @skip(reason="needs CASSANDRA-18657")
def test_prefer_local_reconnect_on_restart(self):
"""
@jira_ticket CASSANDRA-16718
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]