Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker-backend): do not start scylla-manager installation
If scylla-manager is not disabled in a test config when running a test on docker backend, the test will try to install the manager and eventually fail (this is due to the fact that SCT installs scylla-manager server on monitor node and docker backend doesn't support dedicated monitoring node docker instance). The change adds a check for this situation, to be able to fail fast and do not continue with manager installation od docker backend. Closes: #9028
- Loading branch information