summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/task.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/task.rb b/test/task.rb
index 860f425..c45704b 100644
--- a/test/task.rb
+++ b/test/task.rb
@@ -67,6 +67,8 @@ class TaskTest < Test::Unit::TestCase
assert_equal "Error", task.hasStatus
end
+=begin
+ # temporarily removed until uri checking from virtual machines has been fixed
def test_wrong_result_uri
task = OpenTox::Task.create TASK_SERVICE_URI, :description => "test wrong result uri", :creator => "http://test.org/fake_creator" do
sleep 1
@@ -78,7 +80,6 @@ class TaskTest < Test::Unit::TestCase
assert task.error?
assert_equal "Error", task.hasStatus
end
-=begin
=end
end