Skip to content

Commit ceda76e

Browse files
committed
tests: integration: disable tx_source_fetching pending hevm fix
1 parent 229ff5e commit ceda76e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dapp-tests/integration/tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,8 @@ test_to_fix4() {
628628
}
629629

630630
# SETH RUN-TX TESTS
631-
test_run_tx_source_fetching() {
631+
# currently broken on the hevm side: https://github.com/ethereum/hevm/issues/243
632+
todo_run_tx_source_fetching() {
632633
export ETH_RPC_URL=$ARCHIVE_NODE_URL
633634
local out err
634635
out=$(mktemp)

0 commit comments

Comments
 (0)