Bug 677841 - Disable test_resize_move_windows.html on Linux for too many intermittent failures

This commit is contained in:
Ed Morley 2012-09-28 15:45:29 +01:00
parent dbc69b7c44
commit a828d79027

View File

@ -107,7 +107,6 @@ MOCHITEST_FILES = \
test_bug698551.html \
test_window_bar.html \
file_window_bar.html \
test_resize_move_windows.html \
test_devicemotion_multiple_listeners.html \
devicemotion_outer.html \
devicemotion_inner.html \
@ -132,4 +131,12 @@ MOCHITEST_FILES = \
test_bug777628.html \
$(NULL)
ifneq (Linux,$(OS_ARCH))
MOCHITEST_FILES += \
test_resize_move_windows.html \
$(NULL)
else
$(warning test_resize_move_windows.html is disabled on Linux for timeouts. Bug 677841)
endif
include $(topsrcdir)/config/rules.mk