From 53f72077165fcd4491516b65689470c9f16533d0 Mon Sep 17 00:00:00 2001 From: evazion Date: Sat, 20 Jan 2018 14:50:44 -0600 Subject: [PATCH] tests: remove bad_id pixiv test. --- test/unit/downloads/pixiv_test.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/unit/downloads/pixiv_test.rb b/test/unit/downloads/pixiv_test.rb index 1dbb5c532..703f2564e 100644 --- a/test/unit/downloads/pixiv_test.rb +++ b/test/unit/downloads/pixiv_test.rb @@ -123,12 +123,6 @@ module Downloads should_eventually "rewrite bad id samples to full size" do assert_rewritten(@bad_id_full, @bad_id_sample) end - - # XXX This may fail someday. Pixiv doesn't delete bad id images right - # away, but they may be deleted eventually. - should "download the image" do - assert_downloaded(21440, @bad_id_full) - end end context "downloading a ugoira" do