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:
@@ -1,6 +1,6 @@
|
||||
FactoryBot.define do
|
||||
factory :favorite_group do
|
||||
creator
|
||||
name { FFaker::Lorem.word }
|
||||
name { SecureRandom.uuid }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user