不要怂,就是干,撸起袖子干!

Commit 63d5c3c9 by Mick Hansen

fix: skip test sqlite cant handle

1 parent 35b69a3e
Showing with 1 additions and 1 deletions
...@@ -227,7 +227,7 @@ describe(Support.getTestDialectTeaser('Model'), function() { ...@@ -227,7 +227,7 @@ describe(Support.getTestDialectTeaser('Model'), function() {
}); });
} }
it('should error correctly when defaults contain a unique key', function () { (dialect !== 'sqlite' ? it : it.skip)('should error correctly when defaults contain a unique key without a transaction', function () {
var User = this.sequelize.define('user', { var User = this.sequelize.define('user', {
objectId: { objectId: {
type: DataTypes.STRING, type: DataTypes.STRING,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!