mirror of https://github.com/rclone/rclone.git
test_all: disable docker plugin tests
These are not completing on the integration test server. This needs investigating, but we need the integration tests to run properly.
This commit is contained in:
parent
4b6c7c6d84
commit
009660a489
|
@ -11,8 +11,8 @@ tests:
|
||||||
- path: vfs
|
- path: vfs
|
||||||
- path: cmd/serve/restic
|
- path: cmd/serve/restic
|
||||||
localonly: true
|
localonly: true
|
||||||
- path: cmd/serve/docker
|
# - path: cmd/serve/docker
|
||||||
localonly: true
|
# localonly: true
|
||||||
- path: cmd/selfupdate
|
- path: cmd/selfupdate
|
||||||
localonly: true
|
localonly: true
|
||||||
backends:
|
backends:
|
||||||
|
|
Loading…
Reference in New Issue