RUN v4.1.1 /home/sawyer/projects/bb/.claude/worktrees/wf_242c3e11-a10-3/plugins/github ❯ bb-plugin-github server.auth-latch.test.ts (4 tests | 2 failed) 671ms × re-probes gh after a transient auth-status failure instead of latching 176ms × does not report needs-configuration ("run gh auth login") for a transient probe failure 166ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 2 ⎯⎯⎯⎯⎯⎯⎯ FAIL bb-plugin-github server.auth-latch.test.ts > github plugin gh auth probe (#1758) > re-probes gh after a transient auth-status failure instead of latching AssertionError: expected 3 to be greater than 3 ❯ server.auth-latch.test.ts:113:30 111| ghError: string | null; 112| }; 113| expect(ghCalls().length).toBeGreaterThan(callsWhileOffline); // FA… | ^ 114| expect(after.ghOk).toBe(true); // FAILS on main: latched 115| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/2]⎯ FAIL bb-plugin-github server.auth-latch.test.ts > github plugin gh auth probe (#1758) > does not report needs-configuration ("run gh auth login") for a transient probe failure AssertionError: expected [ …(2) ] to deeply equal [] - Expected + Received - [] + [ + "GitHub CLI is not authenticated. Install the GitHub CLI (https://cli.github.com) and run `gh auth login`, then `bb plugin reload github`.", + "GitHub CLI is not authenticated. Install the GitHub CLI (https://cli.github.com) and run `gh auth login`, then `bb plugin reload github`.", + ] ❯ server.auth-latch.test.ts:123:48 121| // needs-configuration with the `gh auth login` remedy, although g… 122| // valid credentials and only the network probe failed. 123| expect(harness.needsConfigurationMessages).toEqual([]); | ^ 124| }); 125| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/2]⎯ Test Files 1 failed (1) Tests 2 failed | 2 passed (4) Start at 07:34:47 Duration 979ms (transform 115ms, setup 0ms, import 205ms, tests 671ms, environment 0ms)