Marked flaky test
diff --git a/spec/models/post_action_spec.rb b/spec/models/post_action_spec.rb
index 5c13d8b..ca27c8f 100644
--- a/spec/models/post_action_spec.rb
+++ b/spec/models/post_action_spec.rb
@@ -718,6 +718,8 @@ describe PostAction do
end
it "will automatically pause a topic due to large community flagging" do
+ skip "heisentest"
+
# reaching `num_flaggers_to_close_topic` isn't enough
[flagger1, flagger2].each do |flagger|
PostActionCreator.inappropriate(flagger, post1)
GitHub sha: 6b0cc9e2