docs: add some notes about the new virtual folders support

fixe a failing test case for the memory provider
This commit is contained in:
Nicola Murino
2021-03-21 19:47:11 +01:00
parent d6dc3a507e
commit f249286cb1
5 changed files with 19 additions and 8 deletions

View File

@@ -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)