about summary refs log tree commit diff
path: root/spec
diff options
context:
space:
mode:
authorSamy KACIMI <samy.kacimi@gmail.com>2017-04-05 00:43:10 +0200
committerSamy KACIMI <samy.kacimi@gmail.com>2017-04-05 00:43:10 +0200
commit073f92fc766fe17552d7416d19b50305f63e4810 (patch)
treec2fbdfa80092b9a781df4ce92e1de3c00be81cae /spec
parent46c0e8b0e7980ecba0e68fe3b8c4d9121caa4b6f (diff)
parented22f65b3cdd84be5face35d82f127fff6a6b077 (diff)
Merge branch 'master' into add_more_tests_to_models
Diffstat (limited to 'spec')
-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