Skip to content

Commit 1b2d7a1

Browse files
committed
revert
1 parent bad0ad2 commit 1b2d7a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_importlib/resources/test_files.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class OpenDiskTests(FilesTests, unittest.TestCase):
5252
def setUp(self):
5353
self.data = data01
5454

55+
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON, line ending issue")
5556
def test_read_bytes(self):
5657
super().test_read_bytes()
5758

@@ -66,6 +67,7 @@ def setUp(self):
6667

6768
self.data = namespacedata01
6869

70+
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON, line ending issue")
6971
def test_read_bytes(self):
7072
super().test_read_bytes()
7173

0 commit comments

Comments
 (0)