From 116b3c6ef158fa1ebf0679a02544756988026ea2 Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Tue, 26 Sep 2023 09:21:31 +0200 Subject: [PATCH] remove litmus-3 test --- .github/workflows/test.yml | 2 +- tests/docker/docker-compose.yml | 26 -------------------------- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50270ae388..bacf0e524e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ jobs: strategy: fail-fast: false matrix: - test: [litmus-1, litmus-2, litmus-3] + test: [litmus-1, litmus-2] uses: ./.github/workflows/compose.yml with: test: ${{ matrix.test }} diff --git a/tests/docker/docker-compose.yml b/tests/docker/docker-compose.yml index f8736bc6ec..ad17b3b650 100644 --- a/tests/docker/docker-compose.yml +++ b/tests/docker/docker-compose.yml @@ -90,32 +90,6 @@ services: command: -c /etc/revad/storage-users-ocis.toml volumes: - shared-volume:/var/tmp - litmus-3: - extends: litmus - entrypoint: /bin/sh - command: - - -c - - | - curl -s -k -u einstein:relativity -I http://frontend:20080/remote.php/dav/files/einstein - export LITMUS_URL=http://frontend:20080/remote.php/dav/spaces/123e4567-e89b-12d3-a456-426655440000!$$(ls /var/tmp/reva/data/spaces/personal/) - exec /usr/local/bin/litmus-wrapper - volumes: - - shared-volume:/var/tmp - depends_on: - gateway: - condition: service_healthy - frontend: - condition: service_healthy - storage-home-ocis: - condition: service_healthy - users: - condition: service_healthy - shares: - condition: service_healthy - permissions-ocis-ci: - condition: service_healthy - storage-users-ocis: - condition: service_healthy frontend-global: extends: revad hostname: frontend