This PR makes few changes to run unit tests on PRs:
change docker image
remove install since test will make sure to install deps required by tests
mock Kibana & ES servers for basic API calls, so that we can run most of the tests on CI without real instances (Note: few tests are still marked to run locally)
Checklist
Delete any items that are not applicable to this PR.
Summary
This PR makes few changes to run unit tests on PRs:
install
sincetest
will make sure to install deps required by testsChecklist
Delete any items that are not applicable to this PR.