From a412ad718fbd4947d88ec5b998f04999f963610b Mon Sep 17 00:00:00 2001 From: Cosmin Sabou Date: Tue, 25 Dec 2018 14:03:48 +0200 Subject: [PATCH] Bug 1311590 - Disable dom/indexedDB/test/test_third_party.html on Android debug for frequent failures. r=jmaher --- dom/indexedDB/test/mochitest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/indexedDB/test/mochitest.ini b/dom/indexedDB/test/mochitest.ini index 6ea2d8dad96b..34b2cc095d8b 100644 --- a/dom/indexedDB/test/mochitest.ini +++ b/dom/indexedDB/test/mochitest.ini @@ -256,6 +256,7 @@ scheme=https [test_table_locks.html] [test_table_rollback.html] [test_third_party.html] +skip-if = (os == 'android' && debug) # Bug 1311590 [test_traffic_jam.html] [test_transaction_abort.html] [test_transaction_abort_hang.html]