Fix the build by disabling an old crunch-job (jobs api) test that now
[arvados.git] / sdk / cli / test / test_crunch-job.rb
index c1465d8d69feb447b5d521dad70e7d0c262e9182..5f111e78d0dced6f96e4c55deb30c233f79fe47e 100644 (file)
@@ -101,6 +101,8 @@ class TestCrunchJob < Minitest::Test
   end
 
   def test_output_collection_owner_uuid
+    skip "Depends on a post 1.3 python-arvados-python-client package being installed"
+
     j = jobspec :grep_local
     out, err = capture_subprocess_io do
       tryjobrecord j, binstubs: ['arv-mount', 'output_coll_owner']