Commit ec5abdc
committed
fix: use ExUnit exclude mechanism for Deno test skipping
- Replace setup block with ExUnit's exclude mechanism for conditional test skipping
- Add :skip_if_no_deno tag to Deno runtime integration tests
- Configure test_helper.exs to exclude :skip_if_no_deno tests when Deno is not available
- This follows ExUnit best practices for conditional test execution
Resolves CI test failures by properly skipping Deno tests when Deno executable is missing.1 parent 918421f commit ec5abdc
File tree
2 files changed
+10
-9
lines changed- test
- phoenix/react
2 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 84 | + | |
92 | 85 | | |
93 | 86 | | |
94 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
2 | 10 | | |
3 | 11 | | |
4 | 12 | | |
| |||
0 commit comments