Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
skip-f -> skip
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Jul 24, 2018
1 parent b57b937 commit 870b602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pykafka/test_balancedconsumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def verify_extras(consumers, extras_count):
except:
pass

@pytest.mark.skipif(USE_GEVENT, reason="Unresolved failure")
# weird name to ensure test execution order, because there is an unintended
# interdependency between test_consume_latest and other tests
def test_a_rebalance_unblock_event(self):
Expand All @@ -242,6 +241,8 @@ def test_a_rebalance_unblock_event(self):
https://github.com/Parsely/pykafka/issues/701
"""
if self.USE_GEVENT:
pytest.skip("Unresolved failure")
group = b'test_rebalance'
consumer_a = self.get_balanced_consumer(group, consumer_timeout_ms=-1)

Expand Down

0 comments on commit 870b602

Please sign in to comment.