Skip to content

Commit 4991fff

Browse files
Add missing .skip
1 parent 09234d1 commit 4991fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-jest/src/__tests__/getCacheKey.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if (Number.parseInt(process.versions.node, 10) >= 20) {
5555
});
5656
} else {
5757
// eslint-disable-next-line jest/no-identical-title
58-
describe('babel 8', () => {
58+
describe.skip('babel 8', () => {
5959
defineTests({babel: null as unknown as typeof import('@babel-8/core')});
6060
});
6161
}

0 commit comments

Comments
 (0)