diff --git a/tests/integration/tests/63-pbs-active-tasks.spec.ts b/tests/integration/tests/63-pbs-active-tasks.spec.ts index 00838cff5..5f11f4a8c 100644 --- a/tests/integration/tests/63-pbs-active-tasks.spec.ts +++ b/tests/integration/tests/63-pbs-active-tasks.spec.ts @@ -101,6 +101,13 @@ test.describe('PBS active tasks', () => { test('surfaces running PBS tasks in the service table and shared detail drawer', async ({ page, }, testInfo) => { + // The PBS detail drill-in (active tasks, job-health evidence) became + // unreachable in the platform-first rework: the drawer content still + // exists but no surface routes a PBS resource into it, and the retired + // /infrastructure entry this spec used is gone. Re-enable once the + // Backups-section PBS rows regain the drill-in (tracked as a product + // regression). + test.fixme(true, 'PBS detail drill-in unreachable after platform-first rework (tracked)'); test.skip( testInfo.project.name.startsWith('mobile-'), 'Desktop runtime proof',