Remove errant kafka_versions('all') from 0.9 merge

This commit is contained in:
Dana Powers
2016-01-07 20:27:01 -08:00
parent e30a09882a
commit cc22d1bab8

View File

@@ -163,7 +163,6 @@ class TestKafkaProducerIntegration(KafkaIntegrationTestCase):
producer.stop()
@kafka_versions("all")
def test_producer_random_order(self):
producer = SimpleProducer(self.client, random_start=True)
resp1 = producer.send_messages(self.topic, self.msg("one"), self.msg("two"))