Commit a56196c
authored
Reminder to exclude tests for unsupported features (#1302)
Initially, I had assumed that if my solver implements `supports(feature) = false`, the relevant tests would be skipped automatically. Instead, they are typically failing, since the tests contain `@assert supports(feature)`.1 parent 6233386 commit a56196c
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments