about summary refs log tree commit diff
path: root/spec/services
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-05 03:19:14 +0200
committerGitHub <noreply@github.com>2017-04-05 03:19:14 +0200
commit78c1e2e9582f582b627e0144076bb76a886a41c2 (patch)
tree259de6b676b6ca29687faa770089e3957049ea65 /spec/services
parent7015578655553b89e0184e6fe10b88075f4d8446 (diff)
parentab98591af83ef7a617a877cc8519b203e0481e8a (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