mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Try to make test more stable
This commit is contained in:
parent
2e6191b2e0
commit
641390f8f5
1 changed files with 6 additions and 5 deletions
|
@ -21,7 +21,6 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
qt "github.com/frankban/quicktest"
|
||||
"github.com/gohugoio/hugo/hugolib"
|
||||
)
|
||||
|
||||
|
@ -135,10 +134,12 @@ mediaTypes = ['text/plain']
|
|||
},
|
||||
).BuildE()
|
||||
|
||||
b.Assert(err, qt.IsNotNil)
|
||||
// This is hard to get stable on GitHub Actions, it sometimes succeeds due to timing issues.
|
||||
if err != nil {
|
||||
b.AssertLogContains("Got Err")
|
||||
b.AssertLogContains("Retry timeout")
|
||||
b.AssertLogContains("ContentLength:0")
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue