Skip to content

Commit

Permalink
remove litmus-3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Sep 26, 2023
1 parent 20b058b commit 116b3c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
26 changes: 0 additions & 26 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 116b3c6

Please sign in to comment.