docs(contributing.md): remove slow-mo section

This commit is contained in:
Simon Knott 2024-07-15 15:45:34 +02:00
parent 2fa6ad86a2
commit fefe7b807e
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -207,12 +207,6 @@ npm run ctest -- --headed
CRPATH=<path-to-executable> npm run ctest
```
- To run tests in slow-mode:
```bash
SLOW_MO=500 npm run wtest -- --headed
```
- When should a test be marked with `skip` or `fail`?
- **`skip(condition)`**: This test *should ***never*** work* for `condition`