Bug 761049 - Back out 6ba8fbe719cc to reenable browser_bug666317.js on Linux

This commit is contained in:
Phil Ringnalda 2012-10-19 21:59:18 -07:00
parent 5793119a17
commit 54142e8123

View File

@ -16,16 +16,8 @@ MOCHITEST_BROWSER_FILES = head.js \
imageX2.html \
animated.gif \
animated2.gif \
browser_bug666317.js \
big.png \
$(NULL)
# Disabled on Linux for intermittent failures
ifneq (gtk2,$(MOZ_WIDGET_TOOLKIT))
MOCHITEST_BROWSER_FILES += \
browser_bug666317.js \
$(NULL)
else
$(warning browser_bug666317.js disabled on Linux for intermittent failures. Bug 761049)
endif
include $(topsrcdir)/config/rules.mk