Bug 1119981. Disable test_deferred_start.html on b2g for race condition in test. r=bbirtles

This commit is contained in:
Mason Chang 2015-01-16 09:33:49 -08:00
parent 498dbacbea
commit 7a71f99d3c

View File

@ -19,4 +19,4 @@ skip-if = buildapp == 'mulet'
[css-transitions/test_element-get-animation-players.html]
skip-if = buildapp == 'mulet'
[mozilla/test_deferred_start.html]
skip-if = buildapp == 'mulet' || (buildapp == 'b2g' && toolkit != 'gonk') # bug 1113425
skip-if = buildapp == 'mulet' || buildapp == 'b2g' # bug 1113425, 1119981