Bug 1765416 - disable test_vendor.py on all platforms. r=ahochheiden DONTBUILD

Test can be reenabled after the migration to Python 3.7+ (bug 1734402) because
the fixed Poetry version (1.2.0) has that as minimum requirement.

Differential Revision: https://phabricator.services.mozilla.com/D151913
This commit is contained in:
Sebastian Hengst 2022-07-15 15:54:56 +00:00
parent f2725644ad
commit 5f5698c214

View File

@ -56,7 +56,5 @@ subsuite = mozbuild
[test_util.py]
[test_util_fileavoidwrite.py]
[test_vendor.py]
skip-if =
os == "win" && bits == 64 && !debug && !asan # Bug 1765416
os == "linux" && bits == 64 && !debug && !asan # Bug 1765416
skip-if = true # Bug 1765416
requirements = python/mozbuild/mozbuild/test/vendor_requirements.txt