sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.55k stars 522 forks source link

Skip mysql e2e tests on CI #706

Closed MasterOdin closed 2 years ago

MasterOdin commented 2 years ago

The mysql SSH e2e tests have suddenly started failing on GH actions, and I cannot fathom why that it is given that there's been no changes for that part of the code from before they started failing. The tests also work locally, making it harder to debug. 😬

For now, this PR disables the tests, and I've created an issue (#705) to track re-enabling them in the future at some point.