From 8d4ba242ad6bcb6953c7fa6877ab47bc1aaa71d3 Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:44:54 -0700 Subject: [PATCH] Skip hanging test in compat CI to match ci.yml (#1801) PR #1783 added -skip-testing for testCmdWClosesWindowWhenClosingLastSurfaceInLastWorkspace in ci.yml but missed ci-macos-compat.yml. The test hangs on headless runners because Ghostty PTY teardown blocks without a TTY. Co-authored-by: Lawrence Chen --- .github/workflows/ci-macos-compat.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-macos-compat.yml b/.github/workflows/ci-macos-compat.yml index c3e9b358..ddbd3be0 100644 --- a/.github/workflows/ci-macos-compat.yml +++ b/.github/workflows/ci-macos-compat.yml @@ -130,7 +130,9 @@ jobs: xcodebuild -project GhosttyTabs.xcodeproj -scheme cmux-unit -configuration Debug \ -clonedSourcePackagesDirPath "$SOURCE_PACKAGES_DIR" \ -disableAutomaticPackageResolution \ - -destination "platform=macOS" test 2>&1 + -destination "platform=macOS" \ + -skip-testing:cmuxTests/AppDelegateShortcutRoutingTests/testCmdWClosesWindowWhenClosingLastSurfaceInLastWorkspace \ + test 2>&1 } set +e