diff --git a/web/spec/features/musician_search_spec.rb b/web/spec/features/musician_search_spec.rb index d8f4639fa..0bf51ffb6 100644 --- a/web/spec/features/musician_search_spec.rb +++ b/web/spec/features/musician_search_spec.rb @@ -57,6 +57,7 @@ describe "Musician Search", :js => true, :type => :feature, :capybara_feature => verify_find_musician_score(110, austin_user, dallas_user) end + # TODO: This test is broken due to this bug: VRFS-3119 - bad location / distance in SQL: it "shows search by distance" do # this test does a distance search with the austin user, then opens up the 'change search location' dialog,