Skip to content

Commit

Permalink
test: skip record highlight test (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoZander authored Nov 15, 2024
1 parent 403ef20 commit 72a7452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/highlight.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ suite('Highlight uses', () => {
])
})

test('Should find highlights of record label', async () => {
test.skip('Should find highlights of record label', async () => {
await testHighlight(recordsDocUri, new vscode.Position(3, 6), [
new vscode.Range(2, 13, 2, 14),
new vscode.Range(2, 48, 2, 49),
Expand Down

0 comments on commit 72a7452

Please sign in to comment.