diff --git a/test/common_test.js b/test/common_test.js index 825151ac..1002da4a 100644 --- a/test/common_test.js +++ b/test/common_test.js @@ -636,10 +636,9 @@ function testOrm(schema) { }); if ( - !schema.name.match(/redis/) && - schema.name !== 'memory' && - schema.name !== 'neo4j' && - schema.name !== 'cradle' + schema.name === 'mysql' || + schema.name === 'sqlite3' || + schema.name === 'postgres' ) it('should handle include function', function (test) { var createdUsers = [];