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:
Nick Craig-Wood 2023-11-21 11:49:39 +00:00
parent 1f9a79ef09
commit cab42107f7

View file

@ -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