gradle connectedCheck task hangs waiting for debugger to attach #166
Labels
bug
Something isn't working
ci
Relating to CI
robustness
Issues related to making the app more robust
tech debt
tests
This is happening on CI and happens with a freshly checked out repo, but wasn't happening on my local dev copy!
For now, we can work round it by using the
installDebug
task and running the tests viaadb
.My suspicion is that some dependency upgrade did this, but it was covered up by the integration tests being so flaky.
The text was updated successfully, but these errors were encountered: