Skip to content

Commit

Permalink
FIX-modin-project#1733: Most likely was fixed by modin-project#2526; …
Browse files Browse the repository at this point in the history
…enable test back

Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
  • Loading branch information
vnlitvinov committed Mar 9, 2021
1 parent 6f983ef commit 8e97c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modin/pandas/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,6 @@ def test_read_json_file_handle(self, request, read_mode):


class TestExcel:
@pytest.mark.xfail(reason="read_excel is broken for now, see #1733 for details")
@check_file_leaks
def test_read_excel(self):
unique_filename = get_unique_filename(extension="xlsx")
Expand Down

0 comments on commit 8e97c7e

Please sign in to comment.