Commit 697870f 1 parent b164c5b commit 697870f Copy full SHA for 697870f
File tree 2 files changed +20
-15
lines changed
2 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -77,18 +77,21 @@ jobs:
77
77
ENGINE_PORT : 8551
78
78
ETH_PORT : 8545
79
79
80
- - name : Pull mergemock
81
- run : docker pull $MERGEMOCK_IMAGE
82
-
83
- - name : Test Lodestar <> mergemock relay
84
- run : yarn test:sim:mergemock
85
- working-directory : packages/beacon-node
86
- env :
87
- EL_BINARY_DIR : ${{ env.MERGEMOCK_IMAGE }}
88
- EL_SCRIPT_DIR : mergemock
89
- LODESTAR_PRESET : mainnet
90
- ENGINE_PORT : 8551
91
- ETH_PORT : 8661
80
+ # This container is pre-shanghai and does not support enginer_getPayloadBodyV2
81
+ # for blinding/unblinding. Re-enable when we have a newer build.
82
+ #
83
+ # - name: Pull mergemock
84
+ # run: docker pull $MERGEMOCK_IMAGE
85
+
86
+ # - name: Test Lodestar <> mergemock relay
87
+ # run: yarn test:sim:mergemock
88
+ # working-directory: packages/beacon-node
89
+ # env:
90
+ # EL_BINARY_DIR: ${{ env.MERGEMOCK_IMAGE }}
91
+ # EL_SCRIPT_DIR: mergemock
92
+ # LODESTAR_PRESET: mainnet
93
+ # ENGINE_PORT: 8551
94
+ # ETH_PORT: 8661
92
95
93
96
- name : Upload debug log test files
94
97
if : ${{ always() }}
Original file line number Diff line number Diff line change 61
61
run : yarn test:sim:endpoints
62
62
working-directory : packages/cli
63
63
64
- - name : Sim tests deneb
65
- run : yarn test:sim:deneb
66
- working-directory : packages/cli
64
+
65
+ # This test is not working correctly and does not ever reach Deneb
66
+ # - name: Sim tests deneb
67
+ # run: yarn test:sim:deneb
68
+ # working-directory: packages/cli
67
69
68
70
- name : Sim tests backup eth provider
69
71
run : yarn test:sim:backup_eth_provider
You can’t perform that action at this time.
0 commit comments