Test: ドメインブロック先カラーのブースト拒否のテスト(保留中)を削除 (#313)

This commit is contained in:
KMY(雪あすか) 2023-11-29 09:49:02 +09:00 committed by GitHub
parent de02926490
commit 49da93aa55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,22 +97,6 @@ RSpec.describe ActivityPub::Activity::Announce do
end end
end end
context 'with domain block' do
before do
Fabricate(:account)
Fabricate(:domain_block, domain: 'example.com', severity: :suspend)
subject.perform
end
let(:object_json) do
ActivityPub::TagManager.instance.uri_for(status)
end
it 'does not creates a reblog by sender of status', pending: 'considering spec' do
expect(sender.reblogged?(status)).to be false
end
end
context 'when the status belongs to a local user' do context 'when the status belongs to a local user' do
before do before do
subject.perform subject.perform