Bug 841341 - Disable test on Windows due to frequent failures.

This commit is contained in:
Ryan VanderMeulen 2013-03-02 21:02:15 -05:00
parent 5a8222cf72
commit ca1578c647

View File

@ -88,7 +88,6 @@ _BROWSER_FILES = \
browser_bug435035.js \
browser_bug435325.js \
browser_bug441778.js \
browser_popupNotification.js \
browser_bug455852.js \
browser_bug460146.js \
browser_bug462673.js \
@ -317,6 +316,13 @@ _BROWSER_FILES = \
pluginCrashCommentAndURL.html \
$(NULL)
# Disable test on Windows due to frequent failures (bug 841341)
ifneq (windows,$(MOZ_WIDGET_TOOLKIT))
_BROWSER_FILES = \
browser_popupNotification.js \
$(NULL)
endif
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))
_BROWSER_FILES += \
browser_bug462289.js \