mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Remove litmus locks tests
Signed-off-by: jld3103 <jld3103yt@gmail.com>
This commit is contained in:
parent
4c10dc2794
commit
11372bf258
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue