mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
TST: mute slow test
This commit is contained in:
parent
9fa12da78c
commit
846ec08767
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue