diff --git a/hugolib/embedded_shortcodes_test.go b/hugolib/embedded_shortcodes_test.go index 9092272d5..360ec1209 100644 --- a/hugolib/embedded_shortcodes_test.go +++ b/hugolib/embedded_shortcodes_test.go @@ -282,6 +282,10 @@ func TestShortcodeGist(t *testing.T) { } func TestShortcodeTweet(t *testing.T) { + if testing.Short() { + t.Skip("skipping Twitter test in short mode.") + } + for i, this := range []struct { in, expected string }{