e2e tests with gaia fail #1568
Labels
scope: testing
Code review, testing, making sure the code is following the specification.
type: bug
Issues that need priority attention -- something isn't working
Summary of Bug
The e2e tests with Gaia fail. First it’s an issue with
Dockerfile.gaia
as it needs to build Gaia with go 1.20, but ICS requires go 1.21. Then, it fails because gaiad doesn’t have the genesis command, i.e.,Error: unknown command "genesis" for "gaiad"
.Version
bd5b1ef
Steps to Reproduce
Run
make test-gaia-e2e-short
For Admin Use
The text was updated successfully, but these errors were encountered: