Fix the build by disabling an old crunch-job (jobs api) test that now
authorWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 7 Jun 2019 01:16:30 +0000 (21:16 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 7 Jun 2019 01:16:30 +0000 (21:16 -0400)
depends on the presence of a post 1.3 version of the
python-arvados-python-client package being present.

refs #9945

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

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']