* marking perf upload test as pending until fixed

This commit is contained in:
Seth Call 2013-09-27 15:09:11 +00:00
parent 71710f1ce8
commit 909574242f
1 changed files with 2 additions and 0 deletions

View File

@ -572,6 +572,8 @@ describe "Music Session API ", :type => :api do
end
it "prepare for upload" do
pending
user = FactoryGirl.create(:user)
music_session = FactoryGirl.create(:music_session, :creator => user, :description => "My Session")
client = FactoryGirl.create(:connection, :user => user)