Skip to content

Commit

Permalink
remove fixme comments
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jul 22, 2024
1 parent b2f9f59 commit ad53507
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions core/tests/ts-integration/tests/erc20.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ describe('ERC20 contract checks', () => {
await expect(aliceErc20.allowance(alice.address, bob.address)).resolves.bnToBeEq(0);
});

// FIXME: restore test
test('Can perform a withdrawal', async () => {
if (testMaster.isFastMode()) {
return;
Expand Down Expand Up @@ -173,7 +172,6 @@ describe('ERC20 contract checks', () => {
await expect(alice.finalizeWithdrawal(withdrawalTx.hash)).toBeAccepted([l1BalanceChange]);
});

// FIXME: restore test
test('Should claim failed deposit', async () => {
if (testMaster.isFastMode()) {
return;
Expand Down
1 change: 0 additions & 1 deletion core/tests/ts-integration/tests/ether.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ describe('ETH token checks', () => {
);
});

// FIXME
test('Can perform a withdrawal', async () => {
if (!isETHBasedChain) {
// TODO(EVM-555): Currently this test is not working for non-eth based chains.
Expand Down

0 comments on commit ad53507

Please sign in to comment.