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:
Vadim Zeitlin 2021-07-04 14:11:04 +01:00
parent bab92b4805
commit dde4413f36

View File

@ -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')