Skip to content

Commit 6e98e9f

Browse files
committed
test: skip long test for CI PE-4879
1 parent feefca4 commit 6e98e9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/wallet_dao.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import { fakeArweave } from '../tests/stubs';
33
import { SeedPhrase } from './exports';
44
import { WalletDAO } from './wallet_dao';
55

6-
describe('Wallet DAO', function () {
6+
// This test runs too slow to be included in the CI pipeline. But it provides a snapshot of the
7+
// seed phrase to wallet functionality and should be run locally before a release
8+
describe.skip('Wallet DAO', function () {
79
this.timeout(90_000);
810
const walletDAO = new WalletDAO(fakeArweave);
911
it('generateWallet from seedphrase function', async () => {

0 commit comments

Comments
 (0)