From 3d1f7aa859cb52e45807cc8774ec5862c0141ddd Mon Sep 17 00:00:00 2001 From: ruaridhg Date: Wed, 7 Feb 2024 17:19:12 +0000 Subject: [PATCH] Delete cli test --- cli/tests/docker-compose.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 cli/tests/docker-compose.yml diff --git a/cli/tests/docker-compose.yml b/cli/tests/docker-compose.yml deleted file mode 100644 index cc2153b7c..000000000 --- a/cli/tests/docker-compose.yml +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (c) University College London Hospitals NHS Foundation Trust -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -version: "3.8" - -services: - - queue: - container_name: pixl-test-queue - image: rabbitmq:3.12.9-management - ports: - - "5672:5672" - - "15672:15672" - healthcheck: - test: rabbitmq-diagnostics -q check_running - interval: 30s - timeout: 30s - retries: 3 -