forked from TrueCloudLab/rclone
test_all: remove uptobox from integration tests
The uptobox service hasn't running since 20 September 2023. This removes it from the integration tests to save noise.
This commit is contained in:
parent
1f9a79ef09
commit
cab42107f7
1 changed files with 5 additions and 5 deletions
|
@ -431,11 +431,11 @@ backends:
|
||||||
fastlist: false
|
fastlist: false
|
||||||
ignore:
|
ignore:
|
||||||
- TestSyncUTFNorm
|
- TestSyncUTFNorm
|
||||||
- backend: "uptobox"
|
# - backend: "uptobox"
|
||||||
remote: "TestUptobox:"
|
# remote: "TestUptobox:"
|
||||||
fastlist: false
|
# fastlist: false
|
||||||
ignore:
|
# ignore:
|
||||||
- TestRWFileHandleWriteNoWrite
|
# - TestRWFileHandleWriteNoWrite
|
||||||
- backend: "oracleobjectstorage"
|
- backend: "oracleobjectstorage"
|
||||||
remote: "TestOracleObjectStorage:"
|
remote: "TestOracleObjectStorage:"
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue