mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-30 14:39:52 +00: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"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestReleaseNotesWriter(t *testing.T) {
|
func _TestReleaseNotesWriter(t *testing.T) {
|
||||||
if os.Getenv("CI") != "" {
|
if os.Getenv("CI") != "" {
|
||||||
// Travis has an ancient git with no --invert-grep: https://github.com/travis-ci/travis-ci/issues/6328
|
// 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.")
|
t.Skip("Skip git test on CI to make Travis happy.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue