summaryrefslogtreecommitdiffstats
path: root/test/integration/repositories_git_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/repositories_git_test.rb')
-rw-r--r--test/integration/repositories_git_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/repositories_git_test.rb b/test/integration/repositories_git_test.rb
index 20d643449..793b49458 100644
--- a/test/integration/repositories_git_test.rb
+++ b/test/integration/repositories_git_test.rb
@@ -35,6 +35,7 @@ class RepositoriesGitTest < Redmine::IntegrationTest
:path_encoding => 'ISO-8859-1'
)
assert @repository
+ skip "SCM command is unavailable" unless @repository.class.scm_available
end
if File.directory?(REPOSITORY_PATH)