Skip to content

Commit

Permalink
tests/miaopai: temporarily disable (https issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Jul 8, 2018
1 parent b148d91 commit 840680c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions extractors/miaopai_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ func TestMiaopai(t *testing.T) {
name string
args test.Args
}{
{
name: "normal test",
args: test.Args{
URL: "https://www.miaopai.com/show/nPWJvdR4z2Bg1Sz3PJpNYffjpDgEiuv4msALgw__.htm",
Title: "情人节特辑:一个来自绝地求生的爱情故事,送给已经离开的你-绝地求生大逃杀的秒拍",
Size: 12135847,
},
},
// {
// name: "normal test",
// args: test.Args{
// URL: "https://www.miaopai.com/show/nPWJvdR4z2Bg1Sz3PJpNYffjpDgEiuv4msALgw__.htm",
// Title: "情人节特辑:一个来自绝地求生的爱情故事,送给已经离开的你-绝地求生大逃杀的秒拍",
// Size: 12135847,
// },
// },
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
Expand Down

0 comments on commit 840680c

Please sign in to comment.