ref: f6d4801ba488e34f898906d3d8b6757dc0f2b13e
parent: 09612f7af8950b40ba90f4263f4abb431dae65b1
author: Bjørn Erik Pedersen <[email protected]>
date: Sat Aug 13 14:50:06 EDT 2016
Skipt Twitter test in short mode
--- a/hugolib/embedded_shortcodes_test.go
+++ b/hugolib/embedded_shortcodes_test.go
@@ -282,6 +282,10 @@
}
func TestShortcodeTweet(t *testing.T) {
+ if testing.Short() {
+ t.Skip("skipping Twitter test in short mode.")
+ }
+
for i, this := range []struct {
in, expected string
}{