diff --git a/fs/sync/sync_test.go b/fs/sync/sync_test.go index bd8194f9a..093d9e98a 100644 --- a/fs/sync/sync_test.go +++ b/fs/sync/sync_test.go @@ -993,6 +993,9 @@ func TestSyncWithUpdateOlder(t *testing.T) { // Test with a max transfer duration func TestSyncWithMaxDuration(t *testing.T) { + if *fstest.RemoteName != "" { + t.Skip("Skipping test on non local remote") + } r := fstest.NewRun(t) defer r.Finalise()