Re-enable most of file functions tests under Wine
Exclude just the single test which fails for mysterious reason when using Wine, but not all the rest of them.
This commit is contained in:
parent
bab92b4805
commit
dde4413f36
4
.github/workflows/ci_msw_cross.yml
vendored
4
.github/workflows/ci_msw_cross.yml
vendored
@ -203,8 +203,8 @@ jobs:
|
||||
# Only TestSetTimes fails, but only the full test can be excluded.
|
||||
excluded_tests+=('~FileNameTestCase')
|
||||
|
||||
# Only FileError fails, but the whole test has to be excluded.
|
||||
excluded_tests+=('~FileFunctionsTestCase')
|
||||
# Closing the file fails for unknown reason under Wine.
|
||||
excluded_tests+=('~FileFunctions::Error')
|
||||
|
||||
# Sporadic failures due to extra events.
|
||||
excluded_tests+=('~wxFileSystemWatcher::EventCreate')
|
||||
|
Loading…
Reference in New Issue
Block a user