mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Remove the retries on error in remote resources.Get
Fixes #9271 See #9259
This commit is contained in:
@@ -86,7 +86,7 @@ func TestScpGetRemote(t *testing.T) {
|
||||
t.Parallel()
|
||||
c := qt.New(t)
|
||||
fs := new(afero.MemMapFs)
|
||||
cache := filecache.NewCache(fs, 100, 0, "")
|
||||
cache := filecache.NewCache(fs, 100, "")
|
||||
|
||||
tests := []struct {
|
||||
path string
|
||||
|
Reference in New Issue
Block a user