Bug 875585 - re-disable test_Range-surroundContents for pushing us off the OOM cliff by holding alive many iframes on this CLOSED TREE. rs=RyanVM

This commit is contained in:
Andrew McCreight 2013-10-30 17:21:09 -07:00
parent 694ff4b0a9
commit 330d8cc674

View File

@ -20,6 +20,12 @@ MOCHITEST_FILES := \
test_Range-mutations.html \
test_Range-selectNode.html \
test_Range-set.html \
test_Range-surroundContents.html \
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