This is an automated email from the ASF dual-hosted git repository. samt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
commit 8bb02fc5129d9384ce4c59fd765d8aa420ba7b3b Author: Marcus Eriksson <[email protected]> AuthorDate: Thu May 11 10:41:25 2023 +0200 [CEP-21] disable reloadlocalschema test --- nodetool_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodetool_test.py b/nodetool_test.py index dc141395..1611ff16 100644 --- a/nodetool_test.py +++ b/nodetool_test.py @@ -246,7 +246,7 @@ class TestNodetool(Tester): filename='debug.log')) >= 0 assert 'Batchlog replay throttle: 2048 KB/s' in node.nodetool('getbatchlogreplaythrottle').stdout - @since('3.0') + @since('3.0', max_version='5.0.x') def test_reloadlocalschema(self): """ @jira_ticket CASSANDRA-13954 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
