We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7e7d2 commit 6506562Copy full SHA for 6506562
smart_open/tests/test_s3.py
@@ -460,6 +460,7 @@ def test_list_bucket_long(self):
460
expected = ['key_%d' % x for x in range(num_keys)]
461
self.assertEqual(sorted(keys), sorted(expected))
462
463
+ @unittest.skipIf(DISABLE_MOCKS, 'this test mysteriously fails when mocks are disabled')
464
def test_old(self):
465
"""Does s3_iter_bucket work correctly?"""
466
#
0 commit comments