git.delta.rocks / unique-network / refs/commits / 57b33c4b7c79

difftreelog

test skip xcm transfer skip

Yaroslav Bolyukin2022-08-17parent: #2aa37c4.patch.diff
in: master

1 file changed

modifiedtests/src/xcmTransfer.test.tsdiffbeforeafterboth
33const KARURA_PORT = '9946';33const KARURA_PORT = '9946';
34const TRANSFER_AMOUNT = 2000000000000000000000000n;34const TRANSFER_AMOUNT = 2000000000000000000000000n;
3535
36describe('Integration test: Exchanging QTZ with Karura', () => {36describe.skip('Integration test: Exchanging QTZ with Karura', () => {
37 let alice: IKeyringPair;37 let alice: IKeyringPair;
38 38
39 before(async () => {39 before(async () => {