Skip to content

Commit

Permalink
chore(e2e): temporarily disable conway-era tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceahasegan committed May 7, 2024
1 parent d918355 commit 85573b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ const getTestWallet = async (idx: number, name: string, minCoinBalance?: bigint)
return wallet;
};

describe('PersonalWallet/conwayTransactions', () => {
// TODO: remove once mainnet hardforks to conway-era, and this becomes "the norm"
describe.skip('PersonalWallet/conwayTransactions', () => {
let dRepWallet: BaseWallet;
let wallet: BaseWallet;

Expand Down

0 comments on commit 85573b0

Please sign in to comment.