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 <lawrencecchen@users.noreply.github.com>
This commit is contained in:
parent
1e3e47be27
commit
8d4ba242ad
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci-macos-compat.yml
vendored
4
.github/workflows/ci-macos-compat.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue