From 65e829e462671ff82483dccfcf62dfb67207f0f2 Mon Sep 17 00:00:00 2001 From: lupin012 <58134934+lupin012@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:24:35 +0100 Subject: [PATCH] integration test: update exception list (#12790) --- .github/workflows/scripts/run_rpc_tests.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/scripts/run_rpc_tests.sh b/.github/workflows/scripts/run_rpc_tests.sh index 5f9618ee928..94e75418435 100755 --- a/.github/workflows/scripts/run_rpc_tests.sh +++ b/.github/workflows/scripts/run_rpc_tests.sh @@ -6,12 +6,8 @@ set +e # Disable exit on error disabled_tests=( # Erigon2 and Erigon3 never supported this api methods trace_rawTransaction - # needs investigations - debug_getModifiedAccountsByHash - debug_getModifiedAccountsByNumber # Erigon bug https://github.com/erigontech/erigon/issues/12603 erigon_getLatestLogs - parity_listStorageKeys/test_12.json # created task https://github.com/erigontech/erigon/issues/12668 debug_traceCallMany/test_02.tar debug_traceCallMany/test_04.tar