Skip to content

Commit

Permalink
remove require for CASSANDRA-8741
Browse files Browse the repository at this point in the history
  • Loading branch information
mambocab committed Sep 9, 2015
1 parent 0082fe9 commit adc8a07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nodetool_test.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from ccmlib.node import NodetoolError
from dtest import Tester
from tools import require


class TestNodetool(Tester):

@require("8741")
def test_decommission_after_drain_is_invalid(self):
"""
@jira_ticket CASSANDRA-8741
Expand Down

0 comments on commit adc8a07

Please sign in to comment.