mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 841341 - Disable test on Windows due to frequent failures.
This commit is contained in:
parent
5a8222cf72
commit
ca1578c647
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user