From 77ce45d7c61b96277d5f3102f1f87478fc2783be Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Fri, 1 May 2015 13:49:59 -0500 Subject: [PATCH] VRFS-3119 : Comment about broken feature/test. --- web/spec/features/musician_search_spec.rb | 1 + 1 file changed, 1 insertion(+) 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,