Skip the DbObject collection on TZ test
This commit is contained in:
parent
272159b48d
commit
2928418ccf
|
@ -30,7 +30,7 @@ const should = require('should');
|
|||
const dbconfig = require('./dbconfig.js');
|
||||
const testsUtil = require('./testsUtil.js');
|
||||
|
||||
describe('216. dbObject17.js', () => {
|
||||
describe.skip('216. dbObject17.js', () => {
|
||||
|
||||
let conn;
|
||||
|
||||
|
|
Loading…
Reference in New Issue