skip tests that throw an net::opentimeout error
This commit is contained in:
@@ -484,6 +484,9 @@ class Artist < ApplicationRecord
|
||||
else
|
||||
nil
|
||||
end
|
||||
rescue Net::OpenTimeout
|
||||
raise if Rails.env.test?
|
||||
nil
|
||||
rescue Exception
|
||||
nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user