mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 677841 - Disable test_resize_move_windows.html on Linux for too many intermittent failures
This commit is contained in:
parent
dbc69b7c44
commit
a828d79027
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user