Skip to content

Commit

Permalink
GitHub CI: Skip some tests that abort on macOS.
Browse files Browse the repository at this point in the history
This seems to only happen on GitHub CI for some reason, not on a
local build, so I don't think it indicates a regression.
  • Loading branch information
Esme Povirk committed Oct 12, 2024
1 parent 4c6af0a commit 9c51d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ jobs:
run: |
unzip wine-mono-*-tests.zip 1>&2
wine reg add 'HKCU\Software\Wine\WineDbg' /v ShowCrashDialog /t REG_DWORD /d 0 /f
wine tests/run-tests.exe -fail-list:tests/github-wine-failing.txt -fail-list:tests/github-macos-failing.txt
wine tests/run-tests.exe -fail-list:tests/github-wine-failing.txt -fail-list:tests/github-macos-failing.txt -skip-list:tests/github-macos-skip.txt
2 changes: 2 additions & 0 deletions tools/run-tests/github-macos-skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MonoTests.System.Windows.Forms.FormThreadTest:TestThreadFormsInit
MonoTests.System.Windows.Forms.ControlInvokeTest:InvokeTest

0 comments on commit 9c51d8e

Please sign in to comment.