Commit 1f6c240
committed
test(uniswap): re-gate the FOX-pool tests on the emulator
These three tests lost their emulator guard, and without it they do not
fail on the emulator -- they HANG. The ETH/FOX pool contract is not in the
token table, and approving an unknown token contract never completes, so
the device keeps answering while the approval never finishes. The socket
timeout never fires because reads keep succeeding, so the job goes silent
until CI kills it on its no-output timeout, taking every later test with
it. That is why the suite died at 34% having reported no failure.
Gated rather than deleted, so the coverage comes back on its own once the
firmware completes this path. Known-token approves still run here, and on
hardware the app exercises this path.1 parent 5c97c58 commit 1f6c240
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
29 | 47 | | |
30 | 48 | | |
31 | 49 | | |
| |||
0 commit comments