Skip to content

Commit

Permalink
Skipping introduced test with sudo (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin authored Jul 30, 2021
1 parent 18ae965 commit 4f0bcad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests/test-crowdloan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ describeDevMoonbeam("Crowdloan", (context) => {
genesisAccount = await keyring.addFromUri(GENESIS_ACCOUNT_PRIVATE_KEY, null, "ethereum");
sudoAccount = await keyring.addFromUri(ALITH_PRIV_KEY, null, "ethereum");
});
it("should be able to initialize through democracy", async function () {
it.skip("should be able to initialize through democracy", async function () {
let calls = [];
// We are gonna put the initialization and completion in a batch_all utility call
calls.push(
Expand Down Expand Up @@ -622,7 +622,7 @@ describeDevMoonbeam("Crowdloan", (context) => {
genesisAccount = await keyring.addFromUri(GENESIS_ACCOUNT_PRIVATE_KEY, null, "ethereum");
sudoAccount = await keyring.addFromUri(ALITH_PRIV_KEY, null, "ethereum");
});
it("should be able to burn the dust", async function () {
it.skip("should be able to burn the dust", async function () {
await context.polkadotApi.tx.sudo
.sudo(
context.polkadotApi.tx.crowdloanRewards.initializeRewardVec([
Expand Down

0 comments on commit 4f0bcad

Please sign in to comment.