Skip to content

Commit 1c3cbf6

Browse files
authored
hive: new rpc-compat tests added, bump allowed failures to 12 (#18182)
this fixes our Hive rpc-compat CI failure which surfaced today - not due to our regression - but due to some new eth_getLogs tests that have been added and some eth_getStorageAt and eth_estimateGas tests that have been updated in ethereum/execution-apis#712 increasing the allowed failures to 12 to make our CI green for the short term added an issue to fix these new failures #18181
1 parent db361d3 commit 1c3cbf6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test-hive.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Test Hive
33
on:
44
push:
55
branches:
6-
- main
7-
- 'release/**'
6+
- main
7+
- 'release/**'
88
schedule:
99
- cron: "0 05 * * *" # daily at 5 am UTC
1010
workflow_dispatch:
1111

12-
12+
1313
jobs:
1414
test-hive:
1515
runs-on: ubuntu-latest
@@ -106,7 +106,8 @@ jobs:
106106
# 3 failures out of 8 tests at time of writing
107107
run_suite engine auth 3
108108
# 8 failures out of 194 tests, see https://github.com/ethereum/hive/pull/1355
109-
run_suite rpc compat 8
109+
# 12 failures out of 199 tests, see https://github.com/ethereum/execution-apis/pull/712
110+
run_suite rpc compat 12
110111
continue-on-error: true
111112

112113
- name: Upload output log

0 commit comments

Comments
 (0)