From 05ae8ba1727cc44552ad26aa2d9fb644f077a8a7 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Wed, 24 Nov 2021 11:33:12 +0000 Subject: [PATCH] fix tests: scheduller disabled --- --- a/tests/src/pallet-presence.test.ts +++ b/tests/src/pallet-presence.test.ts @@ -38,7 +38,7 @@ 'unique', 'nonfungible', 'refungible', - 'scheduler', + //'scheduler', 'charging', ]; --- a/tests/src/scheduler.test.ts +++ b/tests/src/scheduler.test.ts @@ -17,7 +17,7 @@ chai.use(chaiAsPromised); -describe('Integration Test scheduler base transaction', () => { +describe.skip('Integration Test scheduler base transaction', () => { it('User can transfer owned token with delay (scheduler)', async () => { await usingApi(async () => { const alice = privateKey('//Alice'); -- gitstuff