diff --git a/sdks/python/apache_beam/io/fileio_test.py b/sdks/python/apache_beam/io/fileio_test.py index 9483c59ff0bd7..f87aa2f2bc93e 100644 --- a/sdks/python/apache_beam/io/fileio_test.py +++ b/sdks/python/apache_beam/io/fileio_test.py @@ -381,7 +381,6 @@ def write_orphaned_file(temp_dir, writer_key): found_files = [m.path for m in leftovers[0].metadata_list] self.assertListEqual(found_files, [f2]) - @unittest.skip('BEAM-7510 - test is flaky') def test_write_to_different_file_types(self): dir = self._new_tempdir()