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

Commit dd8f767c by Mick Hansen

disable deadlock tests for mssql

1 parent a358e467
Showing with 1 additions and 1 deletions
...@@ -108,7 +108,7 @@ describe(Support.getTestDialectTeaser('Model'), function() { ...@@ -108,7 +108,7 @@ describe(Support.getTestDialectTeaser('Model'), function() {
}); });
}); });
if (current.dialect.name !== 'sequelize') { if (['sqlite', 'mssql'].indexOf(current.dialect.name) > -1) {
it('should not deadlock with no existing entries and no outer transaction', function () { it('should not deadlock with no existing entries and no outer transaction', function () {
var User = this.sequelize.define('User', { var User = this.sequelize.define('User', {
email: { email: {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!