Skip to content

Commit 8ea74e2

Browse files
committed
ci: Remove lightest sync test
It's failing because of missing peers.
1 parent eae2205 commit 8ea74e2

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/blockchain.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -321,35 +321,6 @@ jobs:
321321
message: "${{ env.PR_SUMMARY_MESSAGE }}"
322322
message-id: istanbul-cov-summary
323323

324-
lightest-sync-test:
325-
name: Lightest sync test
326-
runs-on: ["8-cpu","self-hosted","blockchain"]
327-
328-
needs:
329-
- go-modules
330-
- build-and-store-binaries
331-
332-
steps:
333-
- name: Checkout repo
334-
uses: actions/checkout@v6
335-
- name: Setup golang
336-
uses: actions/setup-go@v5
337-
with:
338-
go-version: ${{ env.GO_VERSION }}
339-
check-latest: false
340-
cache: true
341-
- name: Download pre-built binaries
342-
uses: actions/download-artifact@v6
343-
with:
344-
name: binaries
345-
path: ./build/bin
346-
- name: Fix permissions
347-
run: |
348-
chmod +x ./build/bin/*
349-
- name: Run sync test
350-
run: |
351-
DATADIR=/tmp/lightest_sync_test_data MODE=lightest ./scripts/sync_test.sh
352-
353324
e2e-benchmarks:
354325
name: End-to-end benchmarks
355326
runs-on: ["8-cpu","self-hosted","blockchain"]

0 commit comments

Comments
 (0)