Skip to content

Commit 490ad61

Browse files
dschuffcwoffenden
authored andcommitted
Only run test_std_filesystem on Linux (#24740)
Rawfs directory removal currently works only on Linux
1 parent 6803545 commit 490ad61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_other.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15061,6 +15061,8 @@ def test_fs_icase(self):
1506115061

1506215062
@with_all_fs
1506315063
def test_std_filesystem(self):
15064+
if (WINDOWS or MACOS) and self.get_setting('NODERAWFS'):
15065+
self.skipTest('Rawfs directory removal works only on Linux')
1506415066
self.do_other_test('test_std_filesystem.cpp')
1506515067

1506615068
def test_strict_js_closure(self):

0 commit comments

Comments
 (0)