Bug 893714 - Disable test_cpows.xul on OS X for too many intermittent assertions, whilst the fix is finished

--HG--
extra : rebase_source : d3ad44b025610f5b1ec91f662eb9cbf5ba613a7d
This commit is contained in:
Ed Morley 2013-07-30 17:28:59 +01:00
parent 9686960492
commit 217ecc072d

View File

@ -61,9 +61,14 @@ MOCHITEST_CHROME_FILES = \
host_bug814638.xul \
test_document_register.xul \
frame_bug814638.xul \
$(NULL)
ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa)
MOCHITEST_CHROME_FILES += \
test_cpows.xul \
cpows_parent.xul \
cpows_child.js \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk