Bug 1621322 - mozversioncontrol: pre-existing bug fix, do not run git test under hg r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D67584

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Steve Fink 2020-03-22 22:11:55 +00:00
Родитель c889651517
Коммит eac1725c91
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -52,6 +52,9 @@ def test_push_to_try(repo, monkeypatch):
def test_push_to_try_missing_extensions(repo, monkeypatch):
if repo.vcs != 'git':
return
vcs = get_repository_object(repo.strpath)
orig = vcs._run