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:
austinpower1258 2026-03-30 22:23:05 -07:00
parent ca45a99c11
commit 6295ec7439

View file

@ -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
}