Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixing integration test for custom base token & temporarily disabling failing CI tests #1683

Merged
merged 13 commits into from
Apr 15, 2024

Conversation

mm-zk
Copy link
Collaborator

@mm-zk mm-zk commented Apr 15, 2024

What ❔

  • Test was failing due to EVM-554 (wrong estimate of gas in the SDK).

For now, I've manually specified the gas limit.

  • I've also disabled the parts of the CI (and created tickets for each one), to make the current CI pass.

@mm-zk mm-zk requested a review from ly0va April 15, 2024 06:38
@@ -28,6 +28,10 @@ describe('ETH token checks', () => {
});

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From CI it looks like it's not working for eth-based chains as well, is that expected?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right. I'll disable it for all scenarios for now.

@mm-zk mm-zk requested a review from a team as a code owner April 15, 2024 08:57
@mm-zk mm-zk requested review from yorik, alexandrst88, artmakh, hatemosphere, onyxet and otani88 and removed request for a team April 15, 2024 08:57
@mm-zk mm-zk requested a review from ly0va April 15, 2024 09:00
@mm-zk mm-zk changed the title fix: Fixing integration test for custom base token fix: Fixing integration test for custom base token & temporarily disabling failing CI tests Apr 15, 2024
@mm-zk mm-zk merged commit 98e5f98 into kl-factory Apr 15, 2024
36 checks passed
@mm-zk mm-zk deleted the mmzk_0412_kl2 branch April 15, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants