diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b7063f6..1e32ce3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,6 +175,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 }