Bug 798848 - Disable test_MozEnteredDomFullscreen_event.xul on Linux for intermittent failures

This commit is contained in:
Ed Morley 2012-11-13 10:48:02 +00:00
Родитель 4e9273c925
Коммит 9b27fc6989
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,6 @@ relativesrcdir = @relativesrcdir@
include $(DEPTH)/config/autoconf.mk
MOCHITEST_CHROME_FILES = \
test_MozEnteredDomFullscreen_event.xul \
MozEnteredDomFullscreen_chrome.xul \
test_fullscreen.xul \
fullscreen.xul \
@ -63,4 +62,12 @@ 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