difftreelog
Skip setContractSponsoringRateLimit test
in: master
1 file changed
tests/src/setContractSponsoringRateLimit.test.tsdiffbeforeafterboth15 setContractSponsoringRateLimitExpectSuccess,15 setContractSponsoringRateLimitExpectSuccess,16} from './util/helpers';16} from './util/helpers';171718describe('Integration Test setContractSponsoringRateLimit', () => {18describe.skip('Integration Test setContractSponsoringRateLimit', () => {19 it('ensure sponsored contract can\'t be called twice without pause for free', async () => {19 it('ensure sponsored contract can\'t be called twice without pause for free', async () => {20 await usingApi(async (api) => {20 await usingApi(async (api) => {21 const user = await findUnusedAddress(api);21 const user = await findUnusedAddress(api);42 });42 });43});43});444445describe('Negative Integration Test setContractSponsoringRateLimit', () => {45describe.skip('Negative Integration Test setContractSponsoringRateLimit', () => {46 let alice: IKeyringPair;46 let alice: IKeyringPair;474748 before(async () => {48 before(async () => {