Skip to content

gz test is permafailing on node v11.12.0 #1879

Description

@gregtatum

It's not failing on v11.10.0.

/cc @julienw any ideas?

 FAIL  src/test/unit/gz.test.js (5.901s)
  ● utils/gz › compresses and decompresses properly

    Timeout - Async callback was not invoked within the 5000ms timeout specified by jest.setTimeout.

      21 |
      22 | describe('utils/gz', function() {
    > 23 |   it('compresses and decompresses properly', async () => {
         |   ^
      24 |     const clearText = '42';
      25 |     const gzipedData = await compress(clearText);
      26 |     expect(gzipedData).toBeInstanceOf(Uint8Array);

      at new Spec (node_modules/jest-jasmine2/build/jasmine/Spec.js:101:22)
      at Suite.it (src/test/unit/gz.test.js:23:3)
      at Object.describe (src/test/unit/gz.test.js:22:1)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    testsAnything related to tests

    Type

    No type

    Fields

    Priority

    None yet

    Jira

    None yet

    Severity

    None yet

    Estimate

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions