Skip to content

Commit c4ecb13

Browse files
authored
Disable test_fs_readdir_ino_matches_stat_ino on Windows (#23234)
1 parent fc66f9a commit c4ecb13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5860,6 +5860,8 @@ def test_fs_rename_on_existing(self):
58605860
self.do_runf('fs/test_fs_rename_on_existing.c', 'success')
58615861

58625862
@also_with_nodefs_both
5863+
@no_windows('stat ino values dont match on windows')
5864+
@crossplatform
58635865
def test_fs_readdir_ino_matches_stat_ino(self):
58645866
self.do_runf('fs/test_fs_readdir_ino_matches_stat_ino.c', 'success')
58655867

0 commit comments

Comments
 (0)