Skip to content

Commit 08a7eb3

Browse files
authored
Merge pull request #5928 from BitGo/WIN-4315-skip
chore(sdk-coin-tao): skip tao recover unit test flow
2 parents 2b45af1 + 07b4ef9 commit 08a7eb3

File tree

1 file changed

+2
-2
lines changed
  • modules/sdk-coin-tao/test/unit

1 file changed

+2
-2
lines changed

modules/sdk-coin-tao/test/unit/tao.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('Tao:', function () {
1919
baseCoin = bitgo.coin('ttao') as Ttao;
2020
});
2121

22-
describe('Recover Transactions:', function () {
22+
describe.skip('Recover Transactions:', function () {
2323
const sandBox = sinon.createSandbox();
2424
const recoveryDestination = '5FJ18ywfrWuRifNyc8aPwQ5ium19Fefwmx18H4XYkDc36F2A';
2525
const nonce = 2;
@@ -173,7 +173,7 @@ describe('Tao:', function () {
173173
});
174174
});
175175

176-
describe('Build Consolidation Recoveries', function () {
176+
describe.skip('Build Consolidation Recoveries', function () {
177177
const sandbox = sinon.createSandbox();
178178
const baseAddr = testData.consolidationWrwUser.walletAddress0;
179179
const nonce = 123;

0 commit comments

Comments
 (0)