Skip to content

Commit ea52c27

Browse files
committed
remove invalid test
1 parent e0e39c4 commit ea52c27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ insta-test: githooks
9696

9797
.PHONY: test-eth
9898
test-eth: githooks test-evm
99-
SKIP_WASM_BUILD= ${cargo_test} -p runtime-common --features with-ethereum-compatibility schedule_call_precompile_should_work
10099
SKIP_WASM_BUILD= ${cargo_test} -p runtime-integration-tests --features with-mandala-runtime --features with-ethereum-compatibility should_not_kill_contract_on_transfer_all
101-
SKIP_WASM_BUILD= ${cargo_test} -p runtime-integration-tests --features with-mandala-runtime --features with-ethereum-compatibility schedule_call_precompile_should_handle_invalid_input
102100

103101
.PHONY: test-evm
104102
test-evm: githooks

0 commit comments

Comments
 (0)