hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit ad5703a91712cd245231ba8fdbc49632c794a165
parent f94a388ad319eaa6b2d9b32658c1257e9ca8ce4c
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Fri,  3 May 2019 09:20:39 +0200

hugolib: Disable racy test

See #5926

Diffstat:
Mhugolib/embedded_templates_test.go | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hugolib/embedded_templates_test.go b/hugolib/embedded_templates_test.go
@@ -21,7 +21,8 @@ import (
 
 // Just some simple test of the embedded templates to avoid
 // https://github.com/gohugoio/hugo/issues/4757 and similar.
-func TestEmbeddedTemplates(t *testing.T) {
+// TODO(bep) fix me https://github.com/gohugoio/hugo/issues/5926
+func _TestEmbeddedTemplates(t *testing.T) {
 	t.Parallel()
 
 	assert := require.New(t)