Excluded unit test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-03-29 08:39:33 +02:00
parent 3f0fe15763
commit eddd769af0
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
const app = require('vn-loopback/server/server');
describe('ticket filter()', () => {
// #2868 Excluded until database export
xdescribe('ticket filter()', () => {
it('should return the tickets matching the filter', async() => {
const ctx = {req: {accessToken: {userId: 9}}, args: {}};
const filter = {order: 'id DESC'};