chore(): skip tests for deprecated API categories

This commit is contained in:
tiagosiebler
2023-10-30 14:04:38 +00:00
parent 7c67d5f98f
commit 976a4e86ab
13 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ import { LinearClient } from '../../src';
import { getTestProxy } from '../proxy.util';
import { successResponseObject } from '../response.util';
describe('Private Linear REST API POST Endpoints', () => {
describe.skip('Private Linear REST API POST Endpoints', () => {
const API_KEY = process.env.API_KEY_COM;
const API_SECRET = process.env.API_SECRET_COM;