diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-07-30 17:56:26 +0200 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-07-30 17:56:26 +0200 |
commit | 11372bf258a368eb276bd5fd8d1765db53b60355 (patch) | |
tree | 74dbe95b5d76cee8f3e14441b92bb14eb17fb2fd | |
parent | 4c10dc2794e0dec16cf3913990d7e154dfde9ee5 (diff) | |
download | nextcloud-server-11372bf258a368eb276bd5fd8d1765db53b60355.tar.gz nextcloud-server-11372bf258a368eb276bd5fd8d1765db53b60355.zip |
Remove litmus locks tests
Signed-off-by: jld3103 <jld3103yt@gmail.com>
-rw-r--r-- | apps/dav/tests/travis/litmus-v1/script.sh | 2 | ||||
-rw-r--r-- | apps/dav/tests/travis/litmus-v2/script.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/tests/travis/litmus-v1/script.sh b/apps/dav/tests/travis/litmus-v1/script.sh index cba305683b2..998221c0ab2 100644 --- a/apps/dav/tests/travis/litmus-v1/script.sh +++ b/apps/dav/tests/travis/litmus-v1/script.sh @@ -10,4 +10,4 @@ sleep 30 # run the tests cd /tmp/litmus/litmus-0.13 -make URL=http://127.0.0.1:8888/remote.php/webdav CREDS="admin admin" TESTS="basic copymove props locks" check +make URL=http://127.0.0.1:8888/remote.php/webdav CREDS="admin admin" TESTS="basic copymove props" check diff --git a/apps/dav/tests/travis/litmus-v2/script.sh b/apps/dav/tests/travis/litmus-v2/script.sh index 966ed5a2052..9e6ed983861 100644 --- a/apps/dav/tests/travis/litmus-v2/script.sh +++ b/apps/dav/tests/travis/litmus-v2/script.sh @@ -10,4 +10,4 @@ sleep 30 # run the tests cd /tmp/litmus/litmus-0.13 -make URL=http://127.0.0.1:8888/remote.php/dav/files/admin CREDS="admin admin" TESTS="basic copymove props locks" check +make URL=http://127.0.0.1:8888/remote.php/dav/files/admin CREDS="admin admin" TESTS="basic copymove props" check |