From 85577ffe94f97defab4efa8cdcab9252da98f4c6 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Thu, 6 Jun 2019 21:16:30 -0400 Subject: [PATCH] Fix the build by disabling an old crunch-job (jobs api) test that now 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 --- sdk/cli/test/test_crunch-job.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/cli/test/test_crunch-job.rb b/sdk/cli/test/test_crunch-job.rb index c1465d8d69..5f111e78d0 100644 --- a/sdk/cli/test/test_crunch-job.rb +++ b/sdk/cli/test/test_crunch-job.rb @@ -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'] -- 2.30.2