backend: allow wrapping backend tests to run in make quicktest
This commit is contained in:
parent
c556e98f49
commit
866c873daa
9 changed files with 32 additions and 5 deletions
|
@ -61,5 +61,6 @@ func TestRemoteGzip(t *testing.T) {
|
|||
{Name: name, Key: "remote", Value: tempdir},
|
||||
{Name: name, Key: "compression_mode", Value: "gzip"},
|
||||
},
|
||||
QuickTestOK: true,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue