Commit f4f7ba8
ci: Use the wasm runner's --filter instead of a duplicate query param
The filter wiring from 9f0a6f9 took effect ("Test filter:
Given_MsalAuthentication" in the log) and WebAssembly still hung identically -
408 requests, no results, browser alive at 1800s - so the filter was not the
cause here.
The runner builds its own test URL and already sets UNO_RUNTIME_TESTS_RUN_TESTS
on it. Passing that same key via --query-param produced a URL carrying it twice:
...&UNO_RUNTIME_TESTS_RUN_TESTS=true&...&UNO_RUNTIME_TESTS_RUN_TESTS=%7B...
so the app never started a run. The runner exposes a first-class `--filter`
option (confirmed from its --help, and visible in the log as
"[WasmRunner] Filter: (none)"); switched to that and dropped the query param.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FLT6rr6WyK7R4wAtnQzEd1 parent 9f0a6f9 commit f4f7ba8
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | | - | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
0 commit comments