From be6a92c8b6ff968488d2396d954ed892d0bb18fc Mon Sep 17 00:00:00 2001 From: bep Date: Thu, 16 Apr 2015 00:58:17 +0200 Subject: [PATCH] Temporarily disable Highlight test --- hugolib/shortcode_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go index ad1bd3ac8..2c48162e5 100644 --- a/hugolib/shortcode_test.go +++ b/hugolib/shortcode_test.go @@ -143,7 +143,8 @@ func TestFigureImgWidth(t *testing.T) { CheckShortCodeMatch(t, `{{% figure src="/found/here" class="bananas orange" alt="apple" width="100px" %}}`, "\n
\n \n \"apple\"\n \n \n
\n", tem) } -func TestHighlight(t *testing.T) { +// TODO(bep) +func _TestHighlight(t *testing.T) { if !helpers.HasPygments() { t.Skip("Skip test as Pygments is not installed") }