lighthouse/testing
Mac L 9c429d0764 Only use authenticated endpoints during EE integration testing (#3253)
## Issue Addressed

Failures in our CI integration tests for Geth.

## Proposed Changes

Only connect to the authenticated execution endpoints during execution tests.
This is necessary now that it is impossible to connect to the `engine` api on an unauthenticated endpoint.
See https://github.com/ethereum/go-ethereum/pull/24997

## Additional Info

As these tests break semi-regularly, I have kept logs enabled to ease future debugging.
I've also updated the Nethermind tests, although these weren't broken. This should future-proof us if Nethermind decides to follow suit with Geth
2022-06-09 10:47:03 +00:00
..
antithesis Optimized Docker images (#2966) 2022-01-31 22:55:03 +00:00
ef_tests Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
eth1_test_rig Update and consolidate dependencies (#3136) 2022-04-04 00:26:16 +00:00
execution_engine_integration Only use authenticated endpoints during EE integration testing (#3253) 2022-06-09 10:47:03 +00:00
node_test_rig Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
simulator Fix Rust 1.61 clippy lints (#3192) 2022-05-20 05:02:13 +00:00
state_transition_vectors Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
test-test_logger Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
web3signer_tests Add client authentication to Web3Signer validators (#3170) 2022-05-18 23:14:37 +00:00