diff --git a/test/cypress/docker/run/main.sh b/test/cypress/docker/run/main.sh index 6cbd3c5a994..bea14a9dbaa 100644 --- a/test/cypress/docker/run/main.sh +++ b/test/cypress/docker/run/main.sh @@ -39,12 +39,6 @@ while [[ $((index + 2)) -lt ${#folders[@]} ]] || [[ $(docker ps --filter "ancest # Actualizar index desde el archivo compartido next_index=$(cat "$INDEX_FILE") index=$next_index - - # Mostrar los contenedores en ejecución si hay alguno con imagen "cypress-setup" - if [[ $(docker ps --filter "ancestor=cypress-setup" --format "{{.ID}}" | wc -l) -gt 0 ]]; then - docker ps --filter "ancestor=cypress-setup" --format " 🔹 ID: {{.ID}} | Nombre: {{.Names}}" - fi - sleep 1 # Pausa antes de volver a comprobar done