From b6ffbaaab2a26f8a12db195630dd5fa0a0fb2a35 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Wed, 18 Apr 2018 15:10:33 -0700 Subject: Skip flakey SimpleProducer test --- test/test_producer_integration.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test_producer_integration.py b/test/test_producer_integration.py index 2b81047..6533cfa 100644 --- a/test/test_producer_integration.py +++ b/test/test_producer_integration.py @@ -294,6 +294,7 @@ class TestKafkaProducerIntegration(KafkaIntegrationTestCase): producer.stop() def test_batched_simple_producer__triggers_by_time(self): + self.skipTest("Flakey test -- should be refactored or removed") partitions = self.client.get_partition_ids_for_topic(self.topic) start_offsets = [self.current_offset(self.topic, p) for p in partitions] -- cgit v1.2.1