mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 03:59:10 +01:00
TST
This commit is contained in:
parent
8886a1c4f7
commit
0ec0953e13
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ it('bip38 decodes', async () => {
|
|||
it('bip38 decodes slow', async () => {
|
||||
if (process.env.USER === 'burn' || process.env.USER === 'igor') {
|
||||
// run only on circleCI
|
||||
// return;
|
||||
return;
|
||||
}
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
|
||||
const bip38 = require('bip38');
|
||||
|
|
Loading…
Add table
Reference in a new issue