Skip to content

Commit

Permalink
known failure for cassandra-11699
Browse files Browse the repository at this point in the history
  • Loading branch information
knifewine committed May 2, 2016
1 parent 026b29f commit b7bd4b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion upgrade_crc_check_chance_test.py
@@ -1,6 +1,6 @@
from assertions import assert_crc_check_chance_equal, assert_one
from dtest import Tester, debug
from tools import since
from tools import known_failure, since


@since('3.0')
Expand All @@ -16,6 +16,9 @@ def __init__(self, *args, **kwargs):
]
Tester.__init__(self, *args, **kwargs)

@known_failure(failure_source='test',
jira_url='https://issues.apache.org/jira/browse/CASSANDRA-11699',
flaky=True)
def crc_check_chance_upgrade_test(self):
"""
Tests behavior of compression property crc_check_chance after upgrade to 3.0,
Expand Down

0 comments on commit b7bd4b6

Please sign in to comment.