diff --git a/e2e-test/qa/compatibility/Makefile b/e2e-test/qa/compatibility/Makefile index 5ac27ba2d..2844d8cb6 100644 --- a/e2e-test/qa/compatibility/Makefile +++ b/e2e-test/qa/compatibility/Makefile @@ -6,13 +6,4 @@ CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) start: ## 0 - starts search service with SSL enabled $(dc) config && $(dc) up -d && \ - make wait - -wait: - $(helpers)/wait-service-to-start.sh - -clean: - $(dc) kill && $(dc) rm -fv - -logs: - $(dc) logs -f \ No newline at end of file + make wait \ No newline at end of file