Skip to content

Commit a6a14d8

Browse files
committed
Disable test run on Windows explicitly
1 parent 73da5cb commit a6a14d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/IronPython.Tests/Cases/CPythonCasesManifest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,10 @@ Ignore=true
400400
[CPython.test_faulthandler]
401401
Ignore=true
402402

403+
[CPython.test_fcntl]
404+
RunCondition=$(IS_POSIX)
405+
Reason=POSIX specific module
406+
403407
[CPython.test_file]
404408
IsolationLevel=PROCESS # https://github.com/IronLanguages/ironpython3/issues/489
405409

0 commit comments

Comments
 (0)