[ARVADOS] updated: 4d154281759194e776b4fd2fa925de5036c2a3f4

git at public.curoverse.com git at public.curoverse.com
Tue Dec 23 15:46:11 EST 2014


Summary of changes:
 sdk/cli/test/test_arv-get.rb | 2 ++
 1 file changed, 2 insertions(+)

       via  4d154281759194e776b4fd2fa925de5036c2a3f4 (commit)
      from  bfc2351320afd0c440bda51b4b4a2c51ddd4b5ef (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 4d154281759194e776b4fd2fa925de5036c2a3f4
Author: Ward Vandewege <ward at curoverse.com>
Date:   Tue Dec 23 15:44:10 2014 -0500

    Skip two more CLI tests that need a running API server.
    
    refs #4156

diff --git a/sdk/cli/test/test_arv-get.rb b/sdk/cli/test/test_arv-get.rb
index b7afa8b..67dd399 100644
--- a/sdk/cli/test/test_arv-get.rb
+++ b/sdk/cli/test/test_arv-get.rb
@@ -58,6 +58,7 @@ class TestArvGet < Minitest::Test
   end
 
   def test_file_to_file_no_overwrite_file
+    skip "Waiting unitl #4534 is implemented"
     File.open './tmp/foo', 'wb' do |f|
       f.write 'baz'
     end
@@ -70,6 +71,7 @@ class TestArvGet < Minitest::Test
   end
 
   def test_file_to_file_no_overwrite_file_in_dir
+    skip "Waiting unitl #4534 is implemented"
     File.open './tmp/foo', 'wb' do |f|
       f.write 'baz'
     end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list