mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
TST: mute slow test
This commit is contained in:
parent
9fa12da78c
commit
846ec08767
@ -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…
Reference in New Issue
Block a user