Skip to content

Commit

Permalink
Enable back "broken" tess in v14, #44
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Dec 17, 2020
1 parent c169722 commit aab0bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('probeStream', function () {
// and WEBP parser closes immediately after first chunk. Check that it doesn't
// error out.
//
it.skip('should not fail when processing multiple large chunks', async function () {
it('should not fail when processing multiple large chunks', async function () {
let stream = new Readable({
read: function () {
// > 16kB (so it will be split), < 64kB (SVG header size)
Expand Down

0 comments on commit aab0bd9

Please sign in to comment.