test: remove stale launch status waits

This commit is contained in:
777genius 2026-04-24 00:40:45 +03:00
parent bc2e1e43d8
commit fc1daef5e6

View file

@ -3071,8 +3071,6 @@ describe('Team agent launch matrix safe e2e', () => {
await waitForCondition(() =>
run.mixedSecondaryLanes.every((lane: { state: string }) => lane.state === 'finished')
);
await waitForCondition(() => run.memberSpawnStatuses.get('bob')?.launchState === 'failed_to_start');
await waitForCondition(() => run.memberSpawnStatuses.get('tom')?.launchState === 'confirmed_alive');
const statuses = await svc.getMemberSpawnStatuses(teamName);
expect(statuses.teamLaunchState).toBe('partial_failure');