Revert "Skip flaky socket tests in macOS Compatibility workflow too"

This reverts commit 6295ec7439.
This commit is contained in:
austinpower1258 2026-03-30 22:44:28 -07:00
parent 6295ec7439
commit 5fa2a34236

View file

@ -130,9 +130,6 @@ jobs:
-disableAutomaticPackageResolution \ -disableAutomaticPackageResolution \
-destination "platform=macOS" \ -destination "platform=macOS" \
-skip-testing:cmuxTests/AppDelegateShortcutRoutingTests/testCmdWClosesWindowWhenClosingLastSurfaceInLastWorkspace \ -skip-testing:cmuxTests/AppDelegateShortcutRoutingTests/testCmdWClosesWindowWhenClosingLastSurfaceInLastWorkspace \
-skip-testing:cmuxTests/TerminalControllerSocketSecurityTests/testSocketPermissionsFollowAccessMode \
-skip-testing:cmuxTests/TerminalControllerSocketSecurityTests/testPasswordModeRejectsUnauthenticatedCommands \
-skip-testing:cmuxTests/TerminalControllerSocketSecurityTests/testReportTmuxStateResolvesPanelByTTY \
test 2>&1 test 2>&1
} }