mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
docs: add some notes about the new virtual folders support
fixe a failing test case for the memory provider
This commit is contained in:
@@ -1991,6 +1991,9 @@ func TestQuotaTrackDisabled(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetQuotaError(t *testing.T) {
|
||||
if dataprovider.GetProviderStatus().Driver == "memory" {
|
||||
t.Skip("this test is not available with the memory provider")
|
||||
}
|
||||
u := getTestUser()
|
||||
mappedPath := filepath.Join(os.TempDir(), "vdir")
|
||||
folderName := filepath.Base(mappedPath)
|
||||
|
||||
Reference in New Issue
Block a user