VCS tests run too early in the test suite
Open
cabal-install: tests/unit-tests
type: testing
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
When I run `validate.sh` with no arguments, one of the first things that gets run is a large suite of property tests involving creating and cloning Git repos:
```
UnitTests.Distribution.Client.VCS
git
check VCS test framework:
```
These take minutes to run and are very rarely useful. It would be nice if we could move them later in the test suite.
Contributor guide
Assessment
This issue has not been assessed yet.