Open Bug 1952897 Opened 1 year ago

Fix and enable `python/mach/mach/test/test_conditions.py` and `test_error_output.py` tests

Categories

(Testing :: Python Test, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: glob, Unassigned)

Details

python/mach/mach/test/test_conditions.py and python/mach/mach/test/test_error_output.py are current skipped:

python/mach/mach/test/python.toml

…
["test_conditions.py"]
skip-if = ["true"]
…
["test_error_output.py"]
skip-if = ["true"]
…

Skips were added in https://github.com/mozilla/gecko-dev/commit/3824b084b671b66d5247f5aa03f6e1b1470dcf6d where they were set to skip on py3; this was later set to always skip as part of the migration to toml.

It probably makes sense to fix and re-enable the tests (or delete them if it's clear they bring no value).

You need to log in before you can comment on or make changes to this bug.