From d1a0a70da636c9ce9d02cf3b20468f8a3b7a1d27 Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Wed, 14 Jul 2021 12:02:24 +0000 Subject: [PATCH] Skip contract sponsoring test --- --- a/tests/src/enableContractSponsoring.test.ts +++ b/tests/src/enableContractSponsoring.test.ts @@ -19,7 +19,7 @@ chai.use(chaiAsPromised); const expect = chai.expect; -describe('Integration Test enableContractSponsoring', () => { +describe.skip('Integration Test enableContractSponsoring', () => { it('ensure tx fee is paid from endowment', async () => { await usingApi(async (api) => { const user = await findUnusedAddress(api); @@ -64,7 +64,7 @@ }); -describe('Negative Integration Test enableContractSponsoring', () => { +describe.skip('Negative Integration Test enableContractSponsoring', () => { let alice: IKeyringPair; before(async () => { -- gitstuff