Skip to content

Commit 1cc2b2a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)) {

0 commit comments

Comments
 (0)