Can we execute these tests using start-local? We introduced parameters in start-local to install only Elasticsearch using a specific version: ```bash curl -fsSL https://elastic.co/start-local | sh -s -- -v 9.0.0 -esonly ``` We should test the elasticsearch-clients-tests using this command.