cockroachdb / sequelize-cockroachdb

Use Sequelize and CockroachDB together
Apache License 2.0
53 stars 16 forks source link

Fix local v5 tests #116

Closed dougmrqs closed 3 years ago

dougmrqs commented 3 years ago

This removes some passing tests making the suite easier to read, and not duplicating some tests run. The removed tests run against the Sequelize test suite already, so there is no reason to re-run them locally.

Plus, I've added some skipping I probably forgot from previous PRs.