Skip to content

Commit 70d27a7

Browse files
committed
test(e2e): bridge retired rlimit selector
1 parent d7e4e39 commit 70d27a7

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
// SPDX-License-Identifier: Apache-2.0
3+
4+
import { normalizeE2eSelectorId } from "../../../tools/e2e/selector-aliases.mts";
5+
import { expect, test } from "../fixtures/e2e-test.ts";
6+
7+
test("the retired sandbox resource-limit selector resolves to sandbox operations", {
8+
meta: {
9+
e2ePhases: [
10+
"resolve the retired sandbox resource-limit selector",
11+
"record the sandbox operations replacement",
12+
],
13+
},
14+
}, ({ progress }) => {
15+
progress.phase("resolve the retired sandbox resource-limit selector");
16+
expect(normalizeE2eSelectorId("sandbox-rlimits-connect")).toBe("sandbox-operations");
17+
progress.phase("record the sandbox operations replacement");
18+
});

0 commit comments

Comments
 (0)