Skip to content

Commit c6915fe

Browse files
authored
tests: restore ethereum hive with 8 rpc-compat failures (#17718)
Restore ethereum/hive usage in our CI since it's important to run against it by allowing 8 failures for `rpc-compat`. See ethereum/hive#1355 for open discussion on how to solve such failures.
1 parent 5825903 commit c6915fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-hive.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout Hive
1818
uses: actions/checkout@v5
1919
with:
20-
repository: erigontech/hive
20+
repository: ethereum/hive
2121
# ref: master
2222
path: hive
2323

@@ -105,7 +105,8 @@ jobs:
105105
run_suite engine api 0
106106
# 3 failures out of 8 tests at time of writing
107107
run_suite engine auth 3
108-
run_suite rpc compat 0
108+
# 8 failures out of 194 tests, see https://github.com/ethereum/hive/pull/1355
109+
run_suite rpc compat 8
109110
continue-on-error: true
110111

111112
- name: Upload output log

0 commit comments

Comments
 (0)