tests: Remove systemctl for osbuild-composer

leave osbuild-composer.socket instead otherwise API socket isn't
automatically started

Related: rhbz#1916684
This commit is contained in:
Aleksandar Todorov 2021-01-25 15:18:46 +02:00 committed by Alexander Todorov
parent b20a2dc36b
commit 633ab6ed2e
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ composer_start() {
# socket stop/start seems to be necessary for a proper service restart
# after a previous direct manual run for it to work properly
systemctl start $BACKEND.socket
systemctl start $BACKEND
fi
rc=$?