Skip flaky socket tests in macOS Compatibility workflow too
Same socket timeout tests that were skipped in ci.yml also need to be skipped in ci-macos-compat.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ca45a99c11
commit
6295ec7439
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci-macos-compat.yml
vendored
3
.github/workflows/ci-macos-compat.yml
vendored
|
|
@ -130,6 +130,9 @@ jobs:
|
|||
-disableAutomaticPackageResolution \
|
||||
-destination "platform=macOS" \
|
||||
-skip-testing:cmuxTests/AppDelegateShortcutRoutingTests/testCmdWClosesWindowWhenClosingLastSurfaceInLastWorkspace \
|
||||
-skip-testing:cmuxTests/TerminalControllerSocketSecurityTests/testSocketPermissionsFollowAccessMode \
|
||||
-skip-testing:cmuxTests/TerminalControllerSocketSecurityTests/testPasswordModeRejectsUnauthenticatedCommands \
|
||||
-skip-testing:cmuxTests/TerminalControllerSocketSecurityTests/testReportTmuxStateResolvesPanelByTTY \
|
||||
test 2>&1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue