Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloem committed Jun 7, 2019
1 parent db1ec0d commit d2f59d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdks/python/apache_beam/io/fileio_test.py
Expand Up @@ -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()
Expand Down

0 comments on commit d2f59d0

Please sign in to comment.