Skip to content

Commit

Permalink
Skipping legacy federation chage tests since they introduce issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Dec 11, 2024
1 parent 6141201 commit 381cf13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion tests/04_00_02-fedchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ let rskTxHelpers;
let btcTxHelper;
let rskTxHelper;

describe('RSK Federation change', function() {
// Skipped by now because these tests, as the are right now, create a federation with 2 members, and we already
// have a federation with 5 members. We should create a new one with 5 or more members, not less.
// Also, we already have some federation change tests in 00_00_04-change-federation.js, we should reuse those and add more scenarios.
describe.skip('RSK Federation change', function() {
let addresses;

before(async () => {
Expand Down
3 changes: 2 additions & 1 deletion tests/05_00_01-powpeg_redeem_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ let rskTxHelpers;
let rskTxHelper;
let bridge;

describe('Calling getActivePowpegRedeemScript method after last fork after fed change', function() {
// Skipped because 04_00_02-fedchange.js is skipped and this one depends on it.
describe.skip('Calling getActivePowpegRedeemScript method after last fork after fed change', function() {
before(async () => {
rskTxHelpers = getRskTransactionHelpers();
rskTxHelper = rskTxHelpers[0];
Expand Down

0 comments on commit 381cf13

Please sign in to comment.