mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Skipt Twitter test in short mode
This commit is contained in:
@@ -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
|
||||
}{
|
||||
|
Reference in New Issue
Block a user