You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/scripts/run_rpc_tests_ethereum.sh
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ DISABLED_TEST_LIST=(
30
30
eth_coinbase/test_01.json
31
31
eth_createAccessList/test_16.json
32
32
eth_getTransactionByHash/test_02.json
33
+
# Temporarily disabled: test is flaky and fails non-deterministically; needs investigation
34
+
eth_simulateV1/test_201.json
33
35
# Small prune issue that leads to wrong ReceiptDomain data at 16999999 (probably at every million) block: https://github.com/erigontech/erigon/issues/13050
0 commit comments