File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/sdk-coin-tao/test/unit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments