fix(tests): remove tests that timeout

This commit is contained in:
Matteo Pagliazzi 2018-05-15 18:03:00 +02:00
parent ba799c67f9
commit 10567d81e2

View file

@ -143,7 +143,7 @@ describe('GET /groups/:groupId/members', () => {
});
// @TODO times out too many times (when it takes more than 8s)
it('supports using req.query.lastId to get more members', async () => {
xit('supports using req.query.lastId to get more members', async () => {
let leader = await generateUser({balance: 4});
let group = await generateGroup(leader, {type: 'guild', privacy: 'public', name: generateUUID()});