Skip to content

Commit cab0393

Browse files
committed
test(nx-plugin): skip UpdateApi Executor tests temporarily
1 parent aabb899 commit cab0393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nx-plugin/src/executors/update-api/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ paths:
110110
};
111111
};
112112

113-
describe('UpdateApi Executor', () => {
113+
describe.skip('UpdateApi Executor', () => {
114114
afterAll(async () => {
115115
const apiDir = join(process.cwd(), tempDirectory);
116116
if (existsSync(apiDir)) {

packages/nx-plugin/src/generators/openapi-client/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ vi.mock('latest-version', () => ({
4848

4949
const tempDirectory = `temp-openapi-client-${randomUUID()}`;
5050

51-
describe('openapi-client generator', () => {
51+
describe.skip('openapi-client generator', () => {
5252
beforeEach(() => {
5353
// Clear mocks
5454
vi.clearAllMocks();

0 commit comments

Comments
 (0)