Merge branch '1222-integration-stability'

This commit is contained in:
Justin 2020-10-11 13:27:14 +02:00
commit d271fe63a8
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[] = [];