diff --git a/test/sanity.spec.ts b/test/sanity.spec.ts index 45c915d..2848b2d 100644 --- a/test/sanity.spec.ts +++ b/test/sanity.spec.ts @@ -2,8 +2,7 @@ import { generateKeyPair, privateKeyToProtobuf } from '@libp2p/crypto/keys' import { defaultOptions } from '../src/index.js' import * as napi from '../src/napi.js' -// skipped because this causes panics -describe.skip('Sanity', () => { +describe('Sanity', () => { it('create a bunch of connections and streams', async function () { this.timeout(60_000 * 5)