ChainSafe / ChainSafe/lodestar
Enable the skipped e2e tests
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 483
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 150
Description
### Describe the bug
There are couple of e2e tests which are not skipped but we forget to track those.
### Expected behavior
There should be no skipped tests.
https://github.com/ChainSafe/lodestar/blob/0b43ef7968a82c1e27034a844e353bba9b944f09/packages/beacon-node/test/e2e/doppelganger/doppelganger.test.ts#L24
https://github.com/ChainSafe/lodestar/blob/0b43ef7968a82c1e27034a844e353bba9b944f09/packages/beacon-node/test/e2e/eth1/eth1ForBlockProduction.test.ts#L30
https://github.com/ChainSafe/lodestar/blob/0b43ef7968a82c1e27034a844e353bba9b944f09/packages/beacon-node/test/e2e/eth1/eth1MergeBlockTracker.test.ts#L18
https://github.com/ChainSafe/lodestar/blob/0b43ef7968a82c1e27034a844e353bba9b944f09/packages/beacon-node/test/e2e/eth1/eth1Provider.test.ts#L11
https://github.com/ChainSafe/lodestar/blob/0b43ef7968a82c1e27034a844e353bba9b944f09/packages/beacon-node/test/e2e/eth1/stream.test.ts#L9
https://github.com/ChainSafe/lodestar/blob/0b43ef7968a82c1e27034a844e353bba9b944f09/packages/beacon-node/test/e2e/network/mdns.test.ts#L28
### Steps to reproduce
_No response_
### Additional context
_No response_
### Operating system
Linux
### Lodestar version or commit hash
unstable
Contributor guide
Assessment
This issue has not been assessed yet.