From ff28fafdb67c875bfee874bcb2e349c73bdd973f Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 20 Sep 2026 00:24:01 -0700 Subject: [PATCH] test: guard native Korean IME against background launch --- tests/e2e/terminal-macos-2set-korean-native.spec.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/e2e/terminal-macos-2set-korean-native.spec.ts b/tests/e2e/terminal-macos-2set-korean-native.spec.ts index e29413f7c95..c4d8892cadb 100644 --- a/tests/e2e/terminal-macos-2set-korean-native.spec.ts +++ b/tests/e2e/terminal-macos-2set-korean-native.spec.ts @@ -119,8 +119,10 @@ async function runNativeScenario( test.describe('Native macOS 2-Set Korean terminal input @headful', () => { test.skip( - process.platform !== 'darwin' || process.env.ORCA_E2E_NATIVE_MACOS_KOREAN !== '1', - 'Requires macOS with 2-Set Korean selected and Accessibility access' + process.platform !== 'darwin' || + process.env.ORCA_E2E_NATIVE_MACOS_KOREAN !== '1' || + process.env.ORCA_E2E_FOREGROUND !== '1', + 'Requires macOS with 2-Set Korean, Accessibility access, and an isolated foreground run' ) test('forwards physical Hangul input as exact PTY bytes', async ({