mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Skipt Twitter test in short mode
This commit is contained in:
parent
09612f7af8
commit
f6d4801ba4
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}{
|
||||
|
|
Loading…
Reference in a new issue