From 892f9bc28bb276a43e0e1e793fd6c555d0b00f2d Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 5 Apr 2019 16:26:43 +0000 Subject: [PATCH] Bug 1529774 - Disable test_profile_worker* on ARM Android. r=mstange Differential Revision: https://phabricator.services.mozilla.com/D25893 --HG-- extra : moz-landing-system : lando --- tools/profiler/tests/chrome/chrome.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/profiler/tests/chrome/chrome.ini b/tools/profiler/tests/chrome/chrome.ini index fadeadc915bd..76c0b2eaf163 100644 --- a/tools/profiler/tests/chrome/chrome.ini +++ b/tools/profiler/tests/chrome/chrome.ini @@ -2,4 +2,6 @@ support-files=profiler_test_utils.js [test_profile_worker_bug_1428076.html] +skip-if = os == 'android' && processor == 'arm' # Bug 1541291 [test_profile_worker.html] +skip-if = os == 'android' && processor == 'arm' # Bug 1541291