Backout 55a71c654aac (bug 798848) since wrong platform

This commit is contained in:
Ed Morley 2012-11-13 10:51:17 +00:00
parent 9b27fc6989
commit 8d24b3d24b

View File

@ -12,6 +12,7 @@ relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MOCHITEST_CHROME_FILES = \
test_MozEnteredDomFullscreen_event.xul \
MozEnteredDomFullscreen_chrome.xul \
test_fullscreen.xul \
fullscreen.xul \
@ -62,12 +63,4 @@ MOCHITEST_CHROME_FILES += \
$(NULL)
endif
ifneq (gtk2,$(MOZ_WIDGET_TOOLKIT))
MOCHITEST_CHROME_FILES += \
test_MozEnteredDomFullscreen_event.xul \
$(NULL)
else
$(warning test_MozEnteredDomFullscreen_event.xul is disabled on Linux for intermittent failures. Bug 798848)
endif
include $(topsrcdir)/config/rules.mk