Skipt Twitter test in short mode

This commit is contained in:
Bjørn Erik Pedersen 2016-08-13 18:50:06 +02:00
parent 09612f7af8
commit f6d4801ba4

View file

@ -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
}{