From 6b0cc9e22e8725dd5a38561cc46e47b74711cf34 Mon Sep 17 00:00:00 2001 From: Daniel Waterworth Date: Tue, 9 Jul 2019 10:45:11 +0100 Subject: [PATCH] Marked flaky test --- spec/models/post_action_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/models/post_action_spec.rb b/spec/models/post_action_spec.rb index 5c13d8b9174..ca27c8f856a 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)