Skip to content

Commit 1480f94

Browse files
frisitanoclaude
andauthored
ci(nightly-tests): drop http-api-tests job (#35)
The http-api broadcast_validation tests panic on every pre-deneb fork ("Should always be a blinded payload response" at beacon_node/beacon_chain/src/test_utils.rs:965) because make_blinded_block_with_modifier demands a blinded payload response that the mock-builder path can't produce pre-deneb. Upstream sigp/lighthouse hit the same failure and resolved it by removing the job from the nightly workflow (sigp#8646) on the grounds that these tests aren't relevant to prior forks. Mirror that here so the nightly sweep can go green while still covering beacon-chain, op-pool, and network tests across every prior fork. Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]>
1 parent 779e114 commit 1480f94

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/workflows/nightly-tests.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -65,28 +65,6 @@ jobs:
6565
run: make test-beacon-chain-${{ matrix.fork }}
6666
timeout-minutes: 60
6767

68-
http-api-tests:
69-
name: http-api-tests
70-
needs: setup-matrix
71-
runs-on: 'ubuntu-latest'
72-
env:
73-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74-
strategy:
75-
matrix:
76-
fork: ${{ fromJson(needs.setup-matrix.outputs.forks) }}
77-
fail-fast: false
78-
steps:
79-
- uses: actions/checkout@v5
80-
- name: Get latest version of stable Rust
81-
uses: moonrepo/setup-rust@v1
82-
with:
83-
channel: stable
84-
cache-target: release
85-
bins: cargo-nextest
86-
- name: Run http_api tests for ${{ matrix.fork }}
87-
run: make test-http-api-${{ matrix.fork }}
88-
timeout-minutes: 60
89-
9068
op-pool-tests:
9169
name: op-pool-tests
9270
needs: setup-matrix

0 commit comments

Comments
 (0)