From c6c3842d761e049f5c294401ae706c6cd2f5620a Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Wed, 14 Jul 2021 12:04:53 +0000 Subject: [PATCH] Skip setContractSponsoringRateLimit test --- --- a/tests/src/setContractSponsoringRateLimit.test.ts +++ b/tests/src/setContractSponsoringRateLimit.test.ts @@ -15,7 +15,7 @@ setContractSponsoringRateLimitExpectSuccess, } from './util/helpers'; -describe('Integration Test setContractSponsoringRateLimit', () => { +describe.skip('Integration Test setContractSponsoringRateLimit', () => { it('ensure sponsored contract can\'t be called twice without pause for free', async () => { await usingApi(async (api) => { const user = await findUnusedAddress(api); @@ -42,7 +42,7 @@ }); }); -describe('Negative Integration Test setContractSponsoringRateLimit', () => { +describe.skip('Negative Integration Test setContractSponsoringRateLimit', () => { let alice: IKeyringPair; before(async () => { -- gitstuff