Uh oh!
There was an error while loading. Please reload this page.
Commit 4cb6e9d
committed
test(tui): skip flaky phase-label e2e when CI env is set
The `Discovering tools` assertion depends on the `bootstrap.resolve-tools`
span (~30-100ms while listing MCP tools) outlasting the PTY harness's 50ms
poll interval. On a cold CI runner the MCP listing can complete faster than
the harness samples, dropping the label between polls. A local sample
observed 4/5 passes; the flake mode is real and would intermittently gate
main. Gate on the `CI` env so cold runners skip the test while local dev
still runs it.1 parent ae52fe0 commit 4cb6e9d
1 file changed
Lines changed: 10 additions & 1 deletion
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
35 | 44 | | |
36 | | - | |
| 45 | + | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
| |||
0 commit comments