mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 13:55:15 +02:00
backend: allow wrapping backend tests to run in make quicktest
This commit is contained in:
@ -61,5 +61,6 @@ func TestRemoteGzip(t *testing.T) {
|
||||
{Name: name, Key: "remote", Value: tempdir},
|
||||
{Name: name, Key: "compression_mode", Value: "gzip"},
|
||||
},
|
||||
QuickTestOK: true,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user