test(ci): temporary no-op to exercise the nextest exact-target arm

THROWAWAY branch. Comment-only change to one test file so the planner emits
exact_targets for ironclaw_network, exercising the nextest exact-target
invocation on a real load before #7817 reaches the merge queue.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Henry Park
2026-08-24 01:34:10 +00:00
parent fa1796e941
commit 63f6e987ef

View File

@@ -26,3 +26,6 @@ fn network_crate_does_not_depend_on_workflow_runtime_secret_or_observability_cra
);
}
}
// CI exercise (temporary): forces the planner to emit exact_targets so the
// nextest exact-target arm actually runs. Delete with this branch.