Disable long path test under Wine

This seems to result in failures in the subsequent tests in some weird
way.
This commit is contained in:
Vadim Zeitlin
2025-01-18 16:52:05 +01:00
parent 5ed4dffd24
commit c4b58317f0

View File

@@ -235,6 +235,10 @@ jobs:
# to exclude the tests that are not run by default, so start with this.
excluded_tests=('~[.]')
# Somehow, this test itself passes, but causes subsequent tests, such
# as FileFunctions::CopyFile, to fail. It would be nice to debug this.
excluded_tests+=('~wxFileName::LongPath')
# There is 1 day difference in creation time under Wine somehow.
excluded_tests+=('~wxFileName::SetTimes')