Bug 518249 Disabling the test on the Mac because we don't know why it crashes r=orange

This commit is contained in:
Neil Rashbrook 2010-03-15 16:56:47 +00:00
parent 4c89a10a78
commit 724e883076

View File

@ -334,7 +334,6 @@ _TEST_FILES = test_bug5141.html \
test_bug475156.html \
bug475156.sjs \
test_bug544642.html \
test_copyimage.html \
test_copypaste.html \
test_bug503481.html \
file_bug503481.sjs \
@ -361,6 +360,12 @@ _TEST_FILES = test_bug5141.html \
bug540854.sjs \
$(NULL)
# This test fails on the Mac for some reason
ifneq (,$(filter gtk2 windows,$(MOZ_WIDGET_TOOLKIT)))
_TEST_FILES += test_copyimage.html \
$(NULL)
endif
# Disabled; see bug 492181
# test_plugin_freezing.html