mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +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) {
|
func TestShortcodeTweet(t *testing.T) {
|
||||||
|
if testing.Short() {
|
||||||
|
t.Skip("skipping Twitter test in short mode.")
|
||||||
|
}
|
||||||
|
|
||||||
for i, this := range []struct {
|
for i, this := range []struct {
|
||||||
in, expected string
|
in, expected string
|
||||||
}{
|
}{
|
||||||
|
Reference in New Issue
Block a user