mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Disable shaky test
This commit is contained in:
parent
4b637ac041
commit
8f95172c7a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestReleaseNotesWriter(t *testing.T) {
|
||||
func _TestReleaseNotesWriter(t *testing.T) {
|
||||
if os.Getenv("CI") != "" {
|
||||
// Travis has an ancient git with no --invert-grep: https://github.com/travis-ci/travis-ci/issues/6328
|
||||
t.Skip("Skip git test on CI to make Travis happy.")
|
||||
|
|
Loading…
Reference in a new issue