From cb1aa0d750b847a1484cd2eb2176d09bbbf2f39c Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Wed, 13 Feb 2019 17:59:40 +0000 Subject: [PATCH] Bug 1518774 - Disable test_invalid_mime_type_blob.html on android. r=smaug This test is extremely heavy and, often, on android, it timeouts. Differential Revision: https://phabricator.services.mozilla.com/D19690 --HG-- extra : rebase_source : dc1649720f20af493341a1c5d7b5b23776997707 --- dom/canvas/test/mochitest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/canvas/test/mochitest.ini b/dom/canvas/test/mochitest.ini index 494454bc6ba7..571f73229e5d 100644 --- a/dom/canvas/test/mochitest.ini +++ b/dom/canvas/test/mochitest.ini @@ -299,3 +299,4 @@ subsuite = gpu tags = offscreencanvas skip-if = 1 [test_invalid_mime_type_blob.html] +skip-if = toolkit == 'android'