Bug 1708591 - Disable test_eslint.py on Windows. r=sylvestre

Differential Revision: https://phabricator.services.mozilla.com/D113895
This commit is contained in:
Mike Hommey 2021-04-30 08:12:31 +00:00
Родитель d5244623ea
Коммит 8a7d4ba4d9
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -6,6 +6,7 @@ skip-if = python == 2
requirements = tools/lint/python/black_requirements.txt requirements = tools/lint/python/black_requirements.txt
skip-if = os == "mac" # pip unable to find black skip-if = os == "mac" # pip unable to find black
[test_eslint.py] [test_eslint.py]
skip-if = os == "win" # busts the tree for subsequent tasks on the same worker (bug 1708591)
[test_flake8.py] [test_flake8.py]
requirements = tools/lint/python/flake8_requirements.txt requirements = tools/lint/python/flake8_requirements.txt
skip-if = os == "mac" # pip unable to find 'flake8==3.5.0' skip-if = os == "mac" # pip unable to find 'flake8==3.5.0'