There was an error while loading. Please reload this page.
1 parent f68f7b2 commit 84ed851Copy full SHA for 84ed851
1 file changed
test/e2e/live/sandbox-rlimits-connect.test.ts
@@ -4,6 +4,9 @@
4
import { normalizeE2eSelectorId } from "../../../tools/e2e/selector-aliases.mts";
5
import { expect, test } from "../fixtures/e2e-test.ts";
6
7
+// PR E2E runs the trusted base workflow, which can still invoke this candidate path during job
8
+// removal. This bridge verifies selector compatibility, not live resource limits. Delete it after
9
+// the trusted workflow no longer references the old job.
10
test("the retired sandbox resource-limit selector resolves to sandbox operations", {
11
meta: {
12
e2ePhases: [
0 commit comments