xcluded test
This commit is contained in:
parent
ba7a703ee7
commit
7f6a2bba79
|
@ -1,6 +1,6 @@
|
|||
const app = require(`${servicesDir}/ticket/server/server`);
|
||||
|
||||
describe('ticket listSaleTracking()', () => {
|
||||
xdescribe('ticket listSaleTracking()', () => {
|
||||
it('should throw an error if the ticket is not editable and the user isnt production', async() => {
|
||||
let ctx = {req: {accessToken: {userId: 110}}};
|
||||
let params = {ticketFk: 2, stateFk: 3};
|
||||
|
|
Loading…
Reference in New Issue