Skip pagination tests until stability is sorted

This commit is contained in:
Justin 2020-10-11 13:02:39 +02:00
parent 2442376c9b
commit c560b6b794
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ beforeAll(async () => {
});
});
describe('Issues.all', () => {
describe.skip('Issues.all', () => {
beforeAll(async () => {
const project = await projectAPI.create({ name: 'Issues All Integration Test' });
const newIssues: any[] = [];

View File

@ -18,7 +18,7 @@ describe('Projects.create', () => {
});
});
describe('Projects.all', () => {
describe.skip('Projects.all', () => {
beforeAll(async () => {
const newProjects: any[] = [];