From 846ec08767c55b537f3c76d1727cda0f562ed6a2 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Wed, 20 Apr 2022 11:24:17 +0100 Subject: [PATCH] TST: mute slow test --- tests/unit/bip38.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/unit/bip38.test.js b/tests/unit/bip38.test.js index 40156026e..0b07c1689 100644 --- a/tests/unit/bip38.test.js +++ b/tests/unit/bip38.test.js @@ -17,7 +17,8 @@ it('bip38 decodes', async () => { ); }); -it('bip38 decodes slow', async () => { +// too slow, even on CI. unskip and manually run it if you need it +it.skip('bip38 decodes slow', async () => { if (!(process.env.CI || process.env.TRAVIS)) { // run only on CI return;