Disable test_contextmenu.html on Linux

This commit is contained in:
Ehsan Akhgari 2010-06-14 14:05:53 -04:00
Родитель 298f2fbbb1
Коммит 97b116313c
1 изменённых файлов: 10 добавлений и 2 удалений

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

@ -48,8 +48,6 @@ _TEST_FILES = \
feed_discovery.html \
test_bug395533.html \
bug395533-data.txt \
test_contextmenu.html \
subtst_contextmenu.html \
ctxmenu-image.png \
video.ogg \
test_offlineNotification.html \
@ -73,6 +71,16 @@ _TEST_FILES = \
test_bug452451.html \
$(NULL)
ifeq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT)))
_TEST_FILES += \
test_contextmenu.html \
subtst_contextmenu.html \
$(NULL)
else
$(warning test_contextmenu.html disabled because of intermittent failures; bug 513558)
endif
# The following tests are disabled because they are unreliable:
# browser_bug423833.js is bug 428712
# browser_sanitize-download-history.js is bug 432425