Skip to content

Commit 8e97c7e

Browse files
committed
FIX-modin-project#1733: Most likely was fixed by modin-project#2526; enable test back
Signed-off-by: Vasilij Litvinov <[email protected]>
1 parent 6f983ef commit 8e97c7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modin/pandas/test/test_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,6 @@ def test_read_json_file_handle(self, request, read_mode):
12791279

12801280

12811281
class TestExcel:
1282-
@pytest.mark.xfail(reason="read_excel is broken for now, see #1733 for details")
12831282
@check_file_leaks
12841283
def test_read_excel(self):
12851284
unique_filename = get_unique_filename(extension="xlsx")

0 commit comments

Comments
 (0)