From 8a7d4ba4d90bb9c08a8e3a7fb549b6342ab1e67c Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 30 Apr 2021 08:12:31 +0000 Subject: [PATCH] Bug 1708591 - Disable test_eslint.py on Windows. r=sylvestre Differential Revision: https://phabricator.services.mozilla.com/D113895 --- tools/lint/test/python.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lint/test/python.ini b/tools/lint/test/python.ini index 233ff9ee02f7..aea8906b446a 100644 --- a/tools/lint/test/python.ini +++ b/tools/lint/test/python.ini @@ -6,6 +6,7 @@ skip-if = python == 2 requirements = tools/lint/python/black_requirements.txt skip-if = os == "mac" # pip unable to find black [test_eslint.py] +skip-if = os == "win" # busts the tree for subsequent tasks on the same worker (bug 1708591) [test_flake8.py] requirements = tools/lint/python/flake8_requirements.txt skip-if = os == "mac" # pip unable to find 'flake8==3.5.0'