tests: disable known broken pixiv fanbox tests.
This commit is contained in:
@@ -135,7 +135,7 @@ module Downloads
|
|||||||
end
|
end
|
||||||
|
|
||||||
context "downloading a pixiv fanbox image" do
|
context "downloading a pixiv fanbox image" do
|
||||||
should "work" do
|
should_eventually "work" do
|
||||||
@source = "https://www.pixiv.net/fanbox/creator/12491073/post/82406"
|
@source = "https://www.pixiv.net/fanbox/creator/12491073/post/82406"
|
||||||
@file_url = "https://fanbox.pixiv.net/images/post/82406/D833IKA7FIesJXL8xx39rrG0.jpeg"
|
@file_url = "https://fanbox.pixiv.net/images/post/82406/D833IKA7FIesJXL8xx39rrG0.jpeg"
|
||||||
@file_size = 873_387
|
@file_size = 873_387
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ module Sources
|
|||||||
end
|
end
|
||||||
|
|
||||||
context "A https://www.pixiv.net/fanbox/creator/*/post/* source" do
|
context "A https://www.pixiv.net/fanbox/creator/*/post/* source" do
|
||||||
should "work" do
|
should_eventually "work" do
|
||||||
@site = Sources::Strategies.find("http://www.pixiv.net/fanbox/creator/554149/post/82555")
|
@site = Sources::Strategies.find("http://www.pixiv.net/fanbox/creator/554149/post/82555")
|
||||||
|
|
||||||
assert_equal("TYONE(お仕事募集中)", @site.artist_name)
|
assert_equal("TYONE(お仕事募集中)", @site.artist_name)
|
||||||
|
|||||||
Reference in New Issue
Block a user