[ARVADOS] updated: 959c8a9e071287584bfb7267c5a9b299038ed039

git at public.curoverse.com git at public.curoverse.com
Fri Nov 21 08:56:00 EST 2014


Summary of changes:
 sdk/cli/test/test_arv-get.rb                   | 4 ++++
 sdk/cli/test/test_arv-run-pipeline-instance.rb | 2 ++
 2 files changed, 6 insertions(+)

       via  959c8a9e071287584bfb7267c5a9b299038ed039 (commit)
      from  5c7961cabd0e7d9861a735bfe0958909ae2fdb14 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 959c8a9e071287584bfb7267c5a9b299038ed039
Author: radhika <radhika at curoverse.com>
Date:   Fri Nov 21 08:51:37 2014 -0500

    4156: 3 more tests needed to be skipped.

diff --git a/sdk/cli/test/test_arv-get.rb b/sdk/cli/test/test_arv-get.rb
index b1fe0c7..253403a 100644
--- a/sdk/cli/test/test_arv-get.rb
+++ b/sdk/cli/test/test_arv-get.rb
@@ -140,6 +140,8 @@ class TestArvGet < Minitest::Test
   end
 
   def test_nonexistent_block
+    skip "Waiting unitl #4534 is implemented"
+
     out, err = capture_subprocess_io do
       assert_arv_get false, 'f1554a91e925d6213ce7c3103c5110c6'
     end
@@ -148,6 +150,8 @@ class TestArvGet < Minitest::Test
   end
 
   def test_nonexistent_manifest
+    skip "Waiting unitl #4534 is implemented"
+
     out, err = capture_subprocess_io do
       assert_arv_get false, 'f1554a91e925d6213ce7c3103c5110c6/', 'tmp/'
     end
diff --git a/sdk/cli/test/test_arv-run-pipeline-instance.rb b/sdk/cli/test/test_arv-run-pipeline-instance.rb
index cac89b3..8c8d1d8 100644
--- a/sdk/cli/test/test_arv-run-pipeline-instance.rb
+++ b/sdk/cli/test/test_arv-run-pipeline-instance.rb
@@ -5,6 +5,8 @@ class TestRunPipelineInstance < Minitest::Test
   end
 
   def test_run_pipeline_instance_get_help
+    skip "Waiting unitl #4534 is implemented"
+
     out, err = capture_subprocess_io do
       system ('arv-run-pipeline-instance -h')
     end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list