X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/de67953481cbedc480822f97cdfe5eb6dffcf0d3..c03195617369efedab9e14392c5ed14bb8700590:/apps/workbench/test/integration/repositories_browse_test.rb diff --git a/apps/workbench/test/integration/repositories_browse_test.rb b/apps/workbench/test/integration/repositories_browse_test.rb index d936877ae2..e668b8ca18 100644 --- a/apps/workbench/test/integration/repositories_browse_test.rb +++ b/apps/workbench/test/integration/repositories_browse_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'integration_helper' require 'helpers/repository_stub_helper' require 'helpers/share_object_helper' @@ -13,7 +17,6 @@ class RepositoriesTest < ActionDispatch::IntegrationTest end test "browse repository from jobs#show" do - skip "git2 is unreliable" if Repository.disable_repository_browsing? sha1 = api_fixture('jobs')['running']['script_version'] _, fakecommit, fakefile = stub_repo_content sha1: sha1, filename: 'crunch_scripts/hash' @@ -37,7 +40,6 @@ class RepositoriesTest < ActionDispatch::IntegrationTest end test "browse using arv-git-http" do - skip "git2 is unreliable" if Repository.disable_repository_browsing? repo = api_fixture('repositories')['foo'] portfile = File.expand_path('../../../../../tmp/arv-git-httpd-ssl.port', __FILE__)