Bug 780863 - Disable test_bug270414.html on mobile for too many intermittent failures

This commit is contained in:
Ed Morley 2012-09-28 15:42:39 +01:00
parent ffca14affb
commit 390f6a8b1b

View File

@ -14,7 +14,6 @@ include $(DEPTH)/config/autoconf.mk
MOCHITEST_FILES = \
test_bug13871.html \
test_bug270414.html \
test_bug278916.html \
test_bug279495.html \
test_bug386782.html \
@ -50,6 +49,9 @@ MOCHITEST_FILES = \
$(NULL)
ifneq (mobile,$(MOZ_BUILD_APP))
MOCHITEST_FILES += \
test_bug270414.html \
$(NULL)
MOCHITEST_BROWSER_FILES = \
browser_bug343515.js \
bug343515_pg1.html \