Bug 825739 - Disable test on Windows due to frequent intermittent failures.

This commit is contained in:
Ryan VanderMeulen 2013-05-09 11:02:28 -04:00
Родитель 7ceff1cbc9
Коммит 16b0725d8f
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -318,7 +318,6 @@ _BROWSER_FILES = \
browser_bug676619.js \
download_page.html \
browser_URLBarSetURI.js \
browser_bookmark_titles.js \
browser_pageInfo_plugins.js \
browser_pageInfo.js \
feed_tab.html \
@ -330,11 +329,12 @@ _BROWSER_FILES = \
healthreport_testRemoteCommands.html \
$(NULL)
# Disable test on Windows due to frequent failures (bug 841341)
# Disable tests on Windows due to frequent failures (bugs 825739, 841341)
ifneq (windows,$(MOZ_WIDGET_TOOLKIT))
_BROWSER_FILES += \
browser_popupNotification.js \
$(NULL)
browser_bookmark_titles.js \
browser_popupNotification.js \
$(NULL)
endif
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))