Skip to content

Commit

Permalink
Skipped tests on old tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Oct 22, 2024
1 parent cf03a72 commit cd53a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tockenizerErrorTests.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('Tokenizer validation using JSON tests', () => {
})
})

describe('Original tokenizer validation using JSON tests', () => {
describe.skip('Original tokenizer validation using JSON tests', () => {
const badLog = []
let totalTests = 0
let wrongErrors = 0
Expand Down
2 changes: 1 addition & 1 deletion tests/tokenizerPassingTests.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('HED tokenizer validation', () => {
})
})

describe('Original tokenizer validation - validData', () => {
describe.skip('Original tokenizer validation - validData', () => {
const badLog = []
let totalTests = 0
let unexpectedErrors = 0
Expand Down

0 comments on commit cd53a2c

Please sign in to comment.