Re-enable most of wxFileName tests under Wine

Exclude just the single test which fails when using Wine, but not all
the rest of them.

This is again similar to the grand-parent commit for the file functions
tests.
This commit is contained in:
Vadim Zeitlin 2021-07-04 14:11:04 +01:00
parent 071771474e
commit 425151d6ba

View File

@ -200,8 +200,8 @@ jobs:
# to exclude the tests that are not run by default, so start with this.
excluded_tests=('~[.]')
# Only TestSetTimes fails, but only the full test can be excluded.
excluded_tests+=('~FileNameTestCase')
# There is 1 day difference in creation time under Wine somehow.
excluded_tests+=('~wxFileName::SetTimes')
# Closing the file fails for unknown reason under Wine.
excluded_tests+=('~FileFunctions::Error')