diff --git a/spec/integration/managing_topic_status_spec.rb b/spec/integration/managing_topic_status_spec.rb index a70f2141d0d..f6ca7f517b1 100644 --- a/spec/integration/managing_topic_status_spec.rb +++ b/spec/integration/managing_topic_status_spec.rb @@ -85,11 +85,5 @@ RSpec.describe "Managing a topic's status update", type: :request do end.to raise_error(Discourse::InvalidParameters) end end - - describe 'when the last post is old enough' do - it 'should close the topic immediately' do - - end - end end end