| 8 | | Similarly, any tests marked "skip" because they are actually "todo" but actually running them breaks the test suite |
| 9 | | |
| 10 | | The tests themselves aren't completely valueless though, and should be attached individually to the tickets that they represent (or deleted, in the case that individual tests are actually completely valueless). |
| | 8 | The tests themselves aren't completely valueless though, and should be attached individually to the tickets that they represent (or deleted, in the case that individual tests are actually completely valueless), so that they can be worked on, or if they're being ignored, there will be a record of the fact that they have been ignored. This is also true of any tests marked "skip" because they are actually "todo" but actually running them breaks the test suite. |