Remove the retries on error in remote resources.Get

Fixes #9271
See  #9259
This commit is contained in:
Bjørn Erik Pedersen
2021-12-10 09:55:41 +01:00
parent e4d6ec94b5
commit 3bc6830411
4 changed files with 8 additions and 31 deletions

View File

@@ -276,7 +276,7 @@ func TestFileCacheReadOrCreateErrorInRead(t *testing.T) {
}
}
cache := NewCache(afero.NewMemMapFs(), 100*time.Hour, 0, "")
cache := NewCache(afero.NewMemMapFs(), 100*time.Hour, "")
const id = "a32"