git.delta.rocks / unique-network / refs/commits / c6c3842d761e

difftreelog

Skip setContractSponsoringRateLimit test

Greg Zaitsev2021-07-14parent: #fc98361.patch.diff
in: master

1 file changed

modifiedtests/src/setContractSponsoringRateLimit.test.tsdiffbeforeafterboth
15 setContractSponsoringRateLimitExpectSuccess,15 setContractSponsoringRateLimitExpectSuccess,
16} from './util/helpers';16} from './util/helpers';
1717
18describe('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});
4444
45describe('Negative Integration Test setContractSponsoringRateLimit', () => {45describe.skip('Negative Integration Test setContractSponsoringRateLimit', () => {
46 let alice: IKeyringPair;46 let alice: IKeyringPair;
4747
48 before(async () => {48 before(async () => {