Commit 2210192
ci(supabase_flutter): make WASM tests non-blocking (#1306)
WASM tests have known infrastructure flakiness with 12+ minute loading
timeouts in CI. This causes the entire job to fail due to timeout issues
unrelated to code changes.
Setting continue-on-error: true allows CI to continue while still running
the tests for visibility. The WASM build step is still executed and any
real test failures will be visible in the logs.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 333b23b commit 2210192
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
0 commit comments