added filter on schema though I am not sure it will be used
This commit is contained in:
parent
519d6cf7fb
commit
61ffdbc513
|
@ -636,10 +636,9 @@ function testOrm(schema) {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!schema.name.match(/redis/) &&
|
schema.name === 'mysql' ||
|
||||||
schema.name !== 'memory' &&
|
schema.name === 'sqlite3' ||
|
||||||
schema.name !== 'neo4j' &&
|
schema.name === 'postgres'
|
||||||
schema.name !== 'cradle'
|
|
||||||
)
|
)
|
||||||
it('should handle include function', function (test) {
|
it('should handle include function', function (test) {
|
||||||
var createdUsers = [];
|
var createdUsers = [];
|
||||||
|
|
Loading…
Reference in New Issue