We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7576b commit d13e431Copy full SHA for d13e431
packages/wallet-sdk/tests/models/wallet.test.ts
@@ -34,7 +34,7 @@ test('restore wallet with username not owned by stx private key', async () => {
34
expect(wallet?.accounts[0]?.stxPrivateKey.slice(0, 64)).toEqual(stxPrivateKey);
35
});
36
37
-test('restore wallet with username owned by stx private key', async () => {
+test.skip('restore wallet with username owned by stx private key', async () => {
38
const secretKey = SECRET_KEY;
39
40
const baseWallet = await generateWallet({ secretKey, password: 'password' });
0 commit comments