Disable test for bug 427559 on linux..

This commit is contained in:
edward.lee@engineering.uiuc.edu 2008-04-14 15:47:36 -07:00
Родитель 232d05a204
Коммит eed5c5fd40
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -58,6 +58,11 @@ _BROWSER_FILES = browser_bug321000.js \
autodiscovery.html \
moz.png \
browser_getshortcutoruri.js \
$(NULL)
# disable tests on linux for now..
ifneq ($(OS_ARCH),Linux)
_BROWSER_FILES += \
browser_bug427559.js \
$(NULL)