Skip to content
Snippets Groups Projects
Commit f1b93dda authored by Benjamin Smedberg's avatar Benjamin Smedberg
Browse files

Bug 1255588 - Disable selftest.py on 10.7 builders (we now only support running 10.9+). r=jmaher.

parent 15f3daee
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,12 @@
TEST_DIRS += ['example']
PYTHON_UNIT_TESTS += [
'selftest.py',
]
if CONFIG['HOST_OS_ARCH'] != 'Darwin':
# Disabled on Mac due to our builders still being on MacOS 10.7,
# see bug 1255588
PYTHON_UNIT_TESTS += [
'selftest.py',
]
TESTING_JS_MODULES += [
'dbg-actors.js',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment