Skip to content

Commit c02f969

Browse files
committed
Small additional e2e fixes
1 parent 5b8fa28 commit c02f969

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

e2e/msa/msaKeyManagement.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ describe('MSA Key management', function () {
174174
describe('provider msa', function () {
175175
it('should disallow retiring MSA belonging to a provider', async function () {
176176
const [providerKeys] = await createProviderKeysAndId(fundingSource);
177+
// Make sure we are finalized before trying to retire
178+
await ExtrinsicHelper.waitForFinalization();
177179
const retireOp = ExtrinsicHelper.retireMsa(providerKeys);
178180
await assert.rejects(retireOp.signAndSend('current'), {
179181
name: 'RpcError',

e2e/signed-extensions/checkMetadataHash.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const fundingSource = getFundingSource('check-metadata-hash');
1919
// This is skipped as it requires the e2e tests to be run
2020
// against a Frequency build that has the metadata-hash feature
2121
// enabled. That feature is a large increase in compile time however.
22+
// eslint-disable-next-line mocha/no-skipped-tests
2223
describe.skip('Check Metadata Hash', function () {
2324
let keys: KeyringPair;
2425
let accountWithNoFunds: KeyringPair;

0 commit comments

Comments
 (0)