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
|
end
|
||||||
|
|
||||||
it "returns the most recent posts" do
|
it "returns the most recent posts" do
|
||||||
skip # this randomly fails on postgres
|
|
||||||
posts = []
|
posts = []
|
||||||
fetched_posts = []
|
fetched_posts = []
|
||||||
|
|
||||||
aspect = bob.aspects.first.id
|
aspect = bob.aspects.first.id
|
||||||
Timecop.scale(600) do
|
Timecop.scale(600) do
|
||||||
16.times do |n|
|
16.times do |n|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue