1
mirror of https://github.com/rclone/rclone synced 2024-11-11 09:30:44 +01:00

acd: disable integration tests

We no longer have any working keys for Amazon Cloud Drive so disable
the integration tests.
This commit is contained in:
Nick Craig-Wood 2018-03-14 22:44:46 +00:00
parent 84776c4e43
commit 5981f9fab5
3 changed files with 9 additions and 6 deletions

View File

@ -2,6 +2,9 @@
//
// Automatically generated - DO NOT EDIT
// Regenerate with: make gen_tests
// +build acd
package amazonclouddrive_test
import (

View File

@ -151,7 +151,7 @@ func main() {
generateTestProgram(t, fns, "Drive")
generateTestProgram(t, fns, "GoogleCloudStorage")
generateTestProgram(t, fns, "Dropbox", buildConstraint("go1.7"))
generateTestProgram(t, fns, "AmazonCloudDrive")
generateTestProgram(t, fns, "AmazonCloudDrive", buildConstraint("acd"))
generateTestProgram(t, fns, "OneDrive")
generateTestProgram(t, fns, "Hubic")
generateTestProgram(t, fns, "B2")

View File

@ -32,11 +32,11 @@ type remoteConfig struct {
var (
remotes = []remoteConfig{
{
Name: "TestAmazonCloudDrive:",
SubDir: false,
FastList: false,
},
// {
// Name: "TestAmazonCloudDrive:",
// SubDir: false,
// FastList: false,
// },
{
Name: "TestB2:",
SubDir: true,