Bug 1115253 - Disable dom/media/doctor gtests on Android; r=jmaher

I missed this intermittent when enabling Android gtests in bug 1318091. Disable the failing test on Android only, to green up Android gtest.

Differential Revision: https://phabricator.services.mozilla.com/D27556

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Brown 2019-04-15 19:09:50 +00:00
parent 4db5929b5d
commit 9c36cf5c77

View File

@ -4,10 +4,11 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
UNIFIED_SOURCES += [
'TestMultiWriterQueue.cpp',
'TestRollingNumber.cpp',
]
if CONFIG['OS_TARGET'] != 'Android':
UNIFIED_SOURCES += [
'TestMultiWriterQueue.cpp',
'TestRollingNumber.cpp',
]
include('/ipc/chromium/chromium-config.mozbuild')