Skip to content

Commit

Permalink
Mark re-broken unit test as expected fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 1, 2024
1 parent b070f17 commit 7702639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/test_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ def test_store_can_create_s3_fsspec_session(self):
return None


@pytest.mark.xfail(
reason="This test reproduces a bug (#610) which has not yet been fixed."
)
def test_earthaccess_file_getattr():
fs = fsspec.filesystem("memory")
with fs.open("/foo", "wb") as f:
Expand Down

0 comments on commit 7702639

Please sign in to comment.