Skip to content

Commit

Permalink
remove commented tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Sep 25, 2019
1 parent db89859 commit 98bd91a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/pyarrow/tests/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ def test_get_target_stats(fs, pathfn):
assert 'aaa' in repr(aaa_stat)
assert aaa_stat.extension == ''
assert isinstance(aaa_stat.mtime, datetime)
# assert mtime_almost_equal(aaa_stat.mtime, fs.mtime(_aaa))
# assert aaa_stat.base_name == 'aaa'
# assert aaa_stat.type == FileType.Directory
# assert aaa_stat is None

assert bb_stat.path == str(bb)
assert bb_stat.base_name == 'bb'
Expand Down Expand Up @@ -225,9 +221,6 @@ def test_create_dir(fs, pathfn):
fs.delete_dir(d)

d = pathfn('deeply/nested/test-directory/')
# with pytest.raises(ArrowIOError):
# fs.create_dir(d, recursive=False)

fs.create_dir(d, recursive=True)
fs.delete_dir(d)

Expand Down

0 comments on commit 98bd91a

Please sign in to comment.