Tests: Disabled the launcher_test due to broken Travis
diff --git a/server/tests/deltacloud/launcher_test.rb b/server/tests/deltacloud/launcher_test.rb
index 3c9c0b1..d87247b 100644
--- a/server/tests/deltacloud/launcher_test.rb
+++ b/server/tests/deltacloud/launcher_test.rb
@@ -1,3 +1,9 @@
+=begin
+
+# TODO: This test require full access to 'kill' command and also
+# ability to execute the actual launcher.
+#
+
 require 'rubygems'
 require 'require_relative' if RUBY_VERSION < '1.9'
 require_relative 'common.rb'
@@ -99,3 +105,4 @@
   end
 
 end
+=end
diff --git a/server/tests/deltacloud/server_test.rb b/server/tests/deltacloud/server_test.rb
index 5a7e660..0f02272 100644
--- a/server/tests/deltacloud/server_test.rb
+++ b/server/tests/deltacloud/server_test.rb
@@ -120,7 +120,6 @@
     get root_url
     status.must_equal 200
     headers['Content-Type'].must_equal 'application/json'
-    p response_body.inspect
     JSON::parse(response_body).must_be_kind_of Hash
     JSON::parse(response_body)['api'].must_be_kind_of Hash
   end