X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b09686ba2ad8fedb5147a632c6edc3e68cdad171..ac3bafbcbc8e6d6c6b3be13e3e29b7ab7cf4ad7a:/services/api/test/functional/arvados/v1/links_controller_test.rb diff --git a/services/api/test/functional/arvados/v1/links_controller_test.rb b/services/api/test/functional/arvados/v1/links_controller_test.rb index 9bf1b0bab1..6a19bdf4ad 100644 --- a/services/api/test/functional/arvados/v1/links_controller_test.rb +++ b/services/api/test/functional/arvados/v1/links_controller_test.rb @@ -122,7 +122,7 @@ class Arvados::V1::LinksControllerTest < ActionController::TestCase link_class: 'test', name: 'stuff', head_uuid: users(:active).uuid, - tail_uuid: virtual_machines(:testvm2).uuid + tail_uuid: authorized_keys(:admin).uuid, } authorize_with :active post :create, link: link @@ -305,8 +305,8 @@ class Arvados::V1::LinksControllerTest < ActionController::TestCase assert_response 404 end - test "retrieve all permissions using generic links index api" do - skip "(not implemented)" + # not implemented + skip "retrieve all permissions using generic links index api" do # Links.readable_by() does not return the full set of permission # links that are visible to a user (i.e., all permission links # whose head_uuid references an object for which the user has