From c650da540cd18561197ce4c3e3288b3862095649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Thu, 24 Sep 2026 18:18:29 +0200 Subject: [PATCH] test(ci): probe iOS XCTest skip timing --- .../integration/ios-simulator-e2e/live-webview-remote-content.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/ios-simulator-e2e/live-webview-remote-content.ts b/test/integration/ios-simulator-e2e/live-webview-remote-content.ts index 484ab49c0c..04ae86caea 100644 --- a/test/integration/ios-simulator-e2e/live-webview-remote-content.ts +++ b/test/integration/ios-simulator-e2e/live-webview-remote-content.ts @@ -5,6 +5,7 @@ import { acceptDeepLinkConfirmationIfPresent } from './live-deep-link-confirmati import { type LiveContext, runStep, verifyBehavior } from './live-harness.ts'; const WEBVIEW_LAB_DEEP_LINK = 'agent-device-test-app:///webview'; +// Temporary CI probe: measure the XCTest skip route for an iOS E2E-only PR diff. // Native chrome of the lab, rendered with the route and before the page: it proves the deep link // landed without asking the runner to query a screen whose web view is still loading. const LAB_CHROME_ID = 'close-webview-lab';