diff --git a/web/spec/features/in_session_spec.rb b/web/spec/features/in_session_spec.rb index 012aba06f..5d8a1ee38 100644 --- a/web/spec/features/in_session_spec.rb +++ b/web/spec/features/in_session_spec.rb @@ -57,11 +57,11 @@ describe "In a Session", :js => true, :type => :feature, :capybara_feature => tr in_client(finder) { expect(page).to_not have_selector('div.track-label', text: user.name) } end - it "can see all tracks with four users", :slow => true do - others = Array.new - 3.times { others.push FactoryGirl.create(:user) } - create_join_session(user, others) - assert_all_tracks_seen(others.push user) - end + #it "can see all tracks with four users", :slow => true do + # others = Array.new + # 3.times { others.push FactoryGirl.create(:user) } + # create_join_session(user, others) + # assert_all_tracks_seen(others.push user) + #end end