Bug 875585 - Disable test_Range-surroundContents.html on Windows until it can manage to be a little less OOM-prone

This commit is contained in:
Phil Ringnalda 2013-05-26 12:16:50 -07:00
parent d2a8318c33
commit cb56688e47

View File

@ -29,9 +29,15 @@ MOCHITEST_FILES := \
test_Range-mutations.html \
test_Range-selectNode.html \
test_Range-set.html \
test_Range-surroundContents.html \
common.js \
Range-test-iframe.html \
$(NULL)
# Temporarily disable on Windows for bug 875585 and deps
ifneq (windows,$(MOZ_WIDGET_TOOLKIT))
MOCHITEST_FILES += \
test_Range-surroundContents.html \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk