--- a/tests/src/pallet-presence.test.ts +++ b/tests/src/pallet-presence.test.ts @@ -47,7 +47,6 @@ 'configuration', 'tokens', 'xtokens', - 'scheduler', ]; // Pallets that depend on consensus and governance configuration @@ -63,7 +62,7 @@ const chain = await helper.callRpc('api.rpc.system.chain', []); const refungible = 'refungible'; - // const scheduler = 'scheduler'; + const scheduler = 'scheduler'; const foreignAssets = 'foreignassets'; const rmrkPallets = ['rmrkcore', 'rmrkequip']; const appPromotion = 'apppromotion'; @@ -76,6 +75,7 @@ foreignAssets, appPromotion, testUtils, + scheduler, ...rmrkPallets, ); } else if (chain.eq('QUARTZ by UNIQUE')) {