Activate "Stream::Person returns the most recent posts" spec
This commit is contained in:
parent
086b6e4529
commit
b808ac08ef
1 changed files with 1 additions and 2 deletions
|
|
@ -11,10 +11,9 @@ describe Stream::Person do
|
|||
end
|
||||
|
||||
it "returns the most recent posts" do
|
||||
skip # this randomly fails on postgres
|
||||
posts = []
|
||||
fetched_posts = []
|
||||
|
||||
|
||||
aspect = bob.aspects.first.id
|
||||
Timecop.scale(600) do
|
||||
16.times do |n|
|
||||
|
|
|
|||
Loading…
Reference in a new issue