From 6295ec7439051fd9da364ced89cffbcd4a43baf9 Mon Sep 17 00:00:00 2001 From: austinpower1258 Date: Mon, 30 Mar 2026 22:23:05 -0700 Subject: [PATCH] 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 --- .github/workflows/ci-macos-compat.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-macos-compat.yml b/.github/workflows/ci-macos-compat.yml index a008ea3a..4de854bf 100644 --- a/.github/workflows/ci-macos-compat.yml +++ b/.github/workflows/ci-macos-compat.yml @@ -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 }