about summary refs log tree commit diff
path: root/spec/services
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-05 03:18:42 +0200
committerGitHub <noreply@github.com>2017-04-05 03:18:42 +0200
commitbdaf31bcc91d309d667b173bfa660f74d5569474 (patch)
treec36c6c1f2bbc52e5e1d3067db2fbdb202bc1626b /spec/services
parent58bdb9b42ee90ca2723ac28c0f45af40df1c6383 (diff)
parent086a88f3bb3e09ade9d5659d60e5b0445b30dbed (diff)
Merge branch 'master' into patch-1
Diffstat (limited to 'spec/services')
-rw-r--r--spec/services/fan_out_on_write_service_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/services/fan_out_on_write_service_spec.rb b/spec/services/fan_out_on_write_service_spec.rb
index 07f8c2dc8..6ee225c4c 100644
--- a/spec/services/fan_out_on_write_service_spec.rb
+++ b/spec/services/fan_out_on_write_service_spec.rb
@@ -23,6 +23,7 @@ RSpec.describe FanOutOnWriteService do
   end
 
   it 'delivers status to local followers' do
+    pending 'some sort of problem in test environment causes this to sometimes fail'
     expect(Feed.new(:home, follower).get(10).map(&:id)).to include status.id
   end