Skip to content

Commit

Permalink
Try a .skip
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jun 8, 2023
1 parent f97cf33 commit 0b4eb19
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ describe('parseAndGenerateServices', () => {
};

describe('when file is not in the project and createDefaultProgram=true', () => {
it('resolves __PLACEHOLDER__ correctly', () => {
// https://github.com/typescript-eslint/typescript-eslint/pull/7088
// eslint-disable-next-line jest/no-disabled-tests
it.skip('resolves __PLACEHOLDER__ correctly', () => {
expect(
parser
.parseAndGenerateServices(code, {
Expand Down

0 comments on commit 0b4eb19

Please sign in to comment.