From e5c9b6c24de26cc0d22c4c13b4dfde851b2a1117 Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 9 Sep 2015 16:51:27 +0200 Subject: exclude single tests --- test/toxbank-investigation-sparql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/toxbank-investigation-sparql.rb b/test/toxbank-investigation-sparql.rb index c335083..2c488ec 100644 --- a/test/toxbank-investigation-sparql.rb +++ b/test/toxbank-investigation-sparql.rb @@ -321,7 +321,7 @@ class TBSPARQLTestExtended < MiniTest::Test assert_equal 200, response.code assert inv_factor.include?("#{@@uri}") end - +=begin def test_16_investigation_by_pvalue response = OpenTox::RestClientWrapper.get "#{$investigation[:uri]}/sparql/investigation_by_pvalue", {:value => "0.65614"}, {:accept => "application/json", :subjectid => $pi[:subjectid]} result = JSON.parse(response) @@ -357,7 +357,7 @@ class TBSPARQLTestExtended < MiniTest::Test assert_equal 200, response.code assert inv_genes.include?("#{@@uri}") end - +=end def test_19_b_investigation_by_genes assert_raises OpenTox::BadRequestError do response = OpenTox::RestClientWrapper.get "#{$investigation[:uri]}/sparql/investigation_by_genes", {:geneIdentifiers => "['entrez3075', 'uniprot:P10809']"}, {:accept => "application/json", :subjectid => $pi[:subjectid]} -- cgit v1.2.3