Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Use Zeus to run integration tests on CI (#212)"
This reverts commit 9e46160. Unfortunately, Zeus is just not reliable enough to run on CI. It's not even reliable locally. Sometimes tests will hang for no reason, and sometimes Zeus will fail with errors like `read unix ->: recvmsg: message too long`. And unfortunately, once Zeus fails, the best way to fix it is to restart it. This isn't possible to do in CI tests, and adding some kind of "with Zeus, then without Zeus" strategy to tests would add complexity I don't want. I'll have to find a better way.
- Loading branch information