Bug 1139029 - turn off OSX B2G opt Gip tests - r=coop
authorRyan VanderMeulen <ryanvm@gmail.com>
Tue, 03 Mar 2015 17:01:32 -0500 (2015-03-03)
changeset 11910 745ac94f8750dbe51905db9c2ff9f928db23c90c
parent 11909 09077cc77b32bda6bc0fd1575514fb3516a2a300
child 11911 1689e1e1e3e9857b0c8df626d5541090c8990373
push id8645
push usercoop@mozilla.com
push dateTue, 03 Mar 2015 22:14:15 +0000 (2015-03-03)
reviewerscoop
bugs1139029
Bug 1139029 - turn off OSX B2G opt Gip tests - r=coop
mozilla-tests/b2g_config.py
--- a/mozilla-tests/b2g_config.py
+++ b/mozilla-tests/b2g_config.py
@@ -1498,17 +1498,17 @@ PLATFORM_UNITTEST_VARS = {
         'unittest-env': {
             "MOZ_NO_REMOTE": '1',
             "NO_EM_RESTART": '1',
             "XPCOM_DEBUG_BREAK": 'warn',
             "MOZ_CRASHREPORTER_NO_REPORT": '1',
             # for extracting dmg's
             "PAGER": '/bin/cat',
         },
-        'enable_opt_unittests': True,
+        'enable_opt_unittests': False,
         'enable_debug_unittests': False,
         'mountainlion-b2gdt': {
             'opt_unittest_suites': [],
             'debug_unittest_suites': [],
             'suite_config': {
                 'gaia-integration': {
                     'extra_args': [
                         '--cfg', 'b2g/gaia_integration_config.py',