Commits
Click on a commit to change the comparison rangetest(db pull): remove duplicated tests
Note that tests are much faster since the split, local run:
```
Test Suites: 10 passed, 10 total
Tests: 1 skipped, 82 passed, 83 total
Snapshots: 470 passed, 470 total
Time: 26.46 s
```
Since https://github.com/prisma/prisma/issues/17582 we do not need to test the rendering of the introspection warnings in the CLI, since they are already tested in prisma-engines.
We only need an integration test.
Removed tests were added in prisma-engines from the following PRs:
https://github.com/prisma/prisma-engines/pull/3622
https://github.com/prisma/prisma-engines/pull/3657
https://github.com/prisma/prisma-engines/pull/3849
https://github.com/prisma/prisma-engines/pull/3859
https://github.com/prisma/prisma-engines/pull/3871
https://github.com/prisma/prisma-engines/pull/3877
https://github.com/prisma/prisma-engines/pull/3873