X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1765cd327b15151c113890860dd8818c6fc44962..0ac69cee6889be8337d147a75829596f19075fa5:/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..a6a85b5e4d 100644 --- a/apps/workbench/test/integration/repositories_browse_test.rb +++ b/apps/workbench/test/integration/repositories_browse_test.rb @@ -13,7 +13,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 +36,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__)