Skip to content

Commit 5dda093

Browse files
committed
chore: Re-enable Solidity to ink! contract call integration test
1 parent 576bb33 commit 5dda093

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

integration-tests/public/solidity-calls-flipper/e2e_tests.rs

-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ const DEFAULT_STORAGE_DEPOSIT_LIMIT: u128 = 10_000_000_000_000;
2727
type E2EResult<T> = Result<T, Box<dyn Error>>;
2828

2929
#[ink_e2e::test]
30-
// TODO: (@davidsemakula) Re-enable when "no space left" CI issue is fixed
31-
// See https://github.com/use-ink/ink/issues/2458 for details.
32-
// This test consistently triggers the issue in CI when running `npm install` for hardhat
33-
// scripts.
34-
#[ignore]
3530
async fn solidity_calls_ink_works<Client: E2EBackend>(
3631
mut client: Client,
3732
) -> E2EResult<()> {

integration-tests/public/solidity-calls-flipper/sol/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)