summaryrefslogtreecommitdiff
path: root/algorithm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'algorithm.rb')
-rw-r--r--algorithm.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/algorithm.rb b/algorithm.rb
index 650a6df..772979b 100644
--- a/algorithm.rb
+++ b/algorithm.rb
@@ -20,8 +20,7 @@ class AlgorithmTest < Test::Unit::TestCase
def test_metadata
@algorithms.each do |algorithm|
- #puts algorithm
- validate_owl(algorithm, @@subjectid)
+ validate_owl(algorithm, @@subjectid) unless CONFIG[:services]["opentox-algorithm"].match(/localhost/)
end
end