mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2025-12-09 23:22:17 +08:00
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:
4
.github/workflows/ci_msw_cross.yml
vendored
4
.github/workflows/ci_msw_cross.yml
vendored
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user