Skip to content

Commit dda41eb

Browse files
committed
test(e2e): remove workflow mirror test
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
1 parent 1d6242c commit dda41eb

6 files changed

Lines changed: 3 additions & 887 deletions

File tree

ci/cli-test-timing-hints.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"test/e2e/support/e2e-live-target-gating.test.ts": 14703,
3939
"test/e2e/support/e2e-report-to-pr-workflow-boundary.test.ts": 7331,
4040
"test/e2e/support/e2e-workflow-trace.test.ts": 5566,
41-
"test/e2e/support/e2e-workflow.test.ts": 15036,
4241
"test/e2e/support/hermes-workflow-boundary.test.ts": 5434,
4342
"test/e2e/support/shared-e2e-workflow-boundary.test.ts": 5043,
4443
"test/exit-code-user-error-surfaces.test.ts": 6568,

test/e2e/mock-parity.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,13 @@
3535
"fast": [
3636
"src/lib/inference/llama-cpp/managed-selection.test.ts",
3737
"src/lib/inference/llama-cpp/managed-installer.test.ts",
38-
"src/lib/onboard/setup-nim-flow.test.ts",
39-
"test/e2e/support/e2e-workflow.test.ts"
38+
"src/lib/onboard/setup-nim-flow.test.ts"
4039
]
4140
},
4241
{
4342
"live": "test/e2e/live/managed-image-multiarch-startup.test.ts",
4443
"fast": [
4544
"test/e2e/support/base-image-publication.test.ts",
46-
"test/e2e/support/e2e-workflow.test.ts",
4745
"test/e2e/support/managed-image-multiarch-startup-helpers.test.ts",
4846
"test/managed-image-publication-workflow.test.ts",
4947
"test/pr-risk-plan.test.ts",
@@ -257,7 +255,6 @@
257255
{
258256
"live": "test/e2e/live/snapshot-commands.test.ts",
259257
"fast": [
260-
"test/e2e/support/e2e-workflow.test.ts",
261258
"test/e2e/support/snapshot-commands-helpers.test.ts",
262259
"test/e2e/support/e2e-cleanup-resources.test.ts",
263260
"test/e2e/support/e2e-clients.test.ts"

test/e2e/support/e2e-live-skip-name-contract.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ describe("live registry-targets skip-name contract", () => {
4848
expect(liveTargetTestName(supported)).toBe(supported.id);
4949
});
5050

51-
// Note: the workflow's `-t "^${TARGET_ID}$"` filter pattern itself is
52-
// locked by `tools/e2e/workflow-boundary.mts` and exercised by
53-
// `e2e-workflow.test.ts`. This file only needs to guarantee
54-
// that the test names registered under that filter equal `target.id`.
51+
// The workflow boundary validator checks the `-t "^${TARGET_ID}$"` filter.
52+
// This test checks that each name under that filter equals `target.id`.
5553
});

0 commit comments

Comments
 (0)