diff --git a/compaction_test.py b/compaction_test.py index abf64d4ed4..f7b27078fd 100644 --- a/compaction_test.py +++ b/compaction_test.py @@ -13,6 +13,7 @@ from tools.assertions import assert_length_equal, assert_none, assert_one since = pytest.mark.since +ported_to_in_jvm = pytest.mark.ported_to_in_jvm logger = logging.getLogger(__name__) strategies = ['LeveledCompactionStrategy', 'SizeTieredCompactionStrategy', 'DateTieredCompactionStrategy'] @@ -346,6 +347,7 @@ def test_compaction_strategy_switching(self, strategy): time.sleep(5) cluster.start() + @ported_to_in_jvm('5.0') # org.apache.cassandra.distributed.test.guardrails.GuardrailPartitionSizeTest def test_large_compaction_warning(self): """ @jira_ticket CASSANDRA-9643