We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229ff5e commit ceda76eCopy full SHA for ceda76e
src/dapp-tests/integration/tests.sh
@@ -628,7 +628,8 @@ test_to_fix4() {
628
}
629
630
# SETH RUN-TX TESTS
631
-test_run_tx_source_fetching() {
+# currently broken on the hevm side: https://github.com/ethereum/hevm/issues/243
632
+todo_run_tx_source_fetching() {
633
export ETH_RPC_URL=$ARCHIVE_NODE_URL
634
local out err
635
out=$(mktemp)
0 commit comments