tests: fix more spurious test failures in CI.
* Skip Nijie tests because they fail a lot due to Nijie rate limiting us. * Skip ArtStation downloads tests because they sometimes return different file sizes. * Fix random duplicate favgroup errors because favgroup names weren't random enough.
This commit is contained in:
@@ -10,6 +10,8 @@ module Downloads
|
||||
|
||||
context "for an image where an original does not exist" do
|
||||
should "not try to download the original" do
|
||||
skip if ENV["CI"].present?
|
||||
|
||||
assert_downloaded(452_795, "https://cdna.artstation.com/p/assets/images/images/004/730/278/large/mendel-oh-dragonll.jpg")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user