We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23e166 commit 3d631bbCopy full SHA for 3d631bb
test/test_producer_integration.py
@@ -291,6 +291,7 @@ def test_batched_simple_producer__triggers_by_message(self):
291
producer.stop()
292
293
def test_batched_simple_producer__triggers_by_time(self):
294
+ self.skipTest("Flakey test -- should be refactored or removed")
295
partitions = self.client.get_partition_ids_for_topic(self.topic)
296
start_offsets = [self.current_offset(self.topic, p) for p in partitions]
297
0 commit comments