X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/454ee2b8f0385c542b6f1165a3baf2820425e1a3..48231f0daea46cc2022bb0f153c2419fe7283911:/services/api/test/functional/arvados/v1/nodes_controller_test.rb diff --git a/services/api/test/functional/arvados/v1/nodes_controller_test.rb b/services/api/test/functional/arvados/v1/nodes_controller_test.rb index c61a57ecc8..47f6c5ff3f 100644 --- a/services/api/test/functional/arvados/v1/nodes_controller_test.rb +++ b/services/api/test/functional/arvados/v1/nodes_controller_test.rb @@ -211,17 +211,6 @@ class Arvados::V1::NodesControllerTest < ActionController::TestCase assert_response 403 end - test "job readable after updating other attributes" do - authorize_with :admin - post :update, params: { - id: nodes(:busy).uuid, - node: {last_ping_at: 1.second.ago}, - } - assert_response :success - assert_equal(jobs(:nearly_finished_job).uuid, json_response["job_uuid"], - "mismatched job UUID after ping update") - end - test "node should fail ping with invalid hostname config format" do Rails.configuration.Containers.SLURM.Managed.AssignNodeHostname = 'compute%04' # should end with "04d" post :ping, params: {