Skip to content

Commit

Permalink
Merge pull request #413 from fei-protocol/feat/fix-proposals-config-m…
Browse files Browse the repository at this point in the history
…erger

Fix proposals config by removing merge proposal
  • Loading branch information
Caleb Ditchfield committed Dec 24, 2021
2 parents a2946f6 + a9318dd commit 2dc6a90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions test/integration/proposals_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ const proposals: ProposalsConfigMap = {
proposal: fip_xx_proposal // full proposal file, imported from '@proposals/description/fip_xx.ts'
}
*/
merger: {
deploy: false,
skipDAO: false,
totalValue: 0,
proposal: merger_proposal
}
};

export default proposals;
2 changes: 1 addition & 1 deletion test/integration/tests/merger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('e2e-merger', function () {
doLogging && console.log(`Environment loaded.`);
});

describe('TribeRagequit', async function () {
describe.skip('TribeRagequit', async function () {
const guardianBalance = '18903018000000000000000000';

it('ngmi', async function () {
Expand Down

0 comments on commit 2dc6a90

Please sign in to comment.