docs(FN-3293): finalize stabilization audit documentation

- Add FN-3293 stabilization update section to docs/test-audit-report.md
- Document deterministic test hardening across CLI, dashboard, droid-cli, and core suites
- Update flaky hotspot notes to reflect resolved dashboard retry timeout coverage

Fusion-Task-Id: FN-3293
This commit is contained in:
Fusion
2026-05-04 11:21:04 -07:00
committed by gsxdsm
parent 3a97bf2386
commit 4b6c11ff0a
6 changed files with 79 additions and 65 deletions

View File

@@ -147,7 +147,7 @@ describe("provider registration (default export)", () => {
});
});
describe("streamViaCli", { timeout: 90_000 }, () => {
describe("streamViaCli", () => {
beforeEach(() => {
vi.clearAllMocks();
vi.useFakeTimers({ toFake: ["setTimeout", "clearTimeout"] });