From f5dfa78ba68c5ba7ece50583a84d88409482fa5a Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Thu, 16 Jan 2014 09:30:54 -0500 Subject: [PATCH] disable session mismatch test for now --- lib/tasks/test_api.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/test_api.rake b/lib/tasks/test_api.rake index b270b45..83365a4 100644 --- a/lib/tasks/test_api.rake +++ b/lib/tasks/test_api.rake @@ -194,7 +194,7 @@ namespace :test_api do :generated_prompts_on_each_side_are_equal => "Verify that count of generated prompts on each side is equal", :every_valid_answer_has_an_appearances => "Verify that all valid answers have an appearance", :duplicate_answers_have_no_appearance => "Verify that duplicate answers have no appearance", - :appearances_have_same_session_as_answer => "Appearances have the same session of their answer" + #:appearances_have_same_session_as_answer => "Appearances have the same session of their answer" } # dynamically create tasks for each question task -- libgit2 0.21.2