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
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -6,6 +6,9 @@

TEST_DIRS += ['example']

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',
    ]