Bug 842386 - Disable text_xhr_timeout on OSX. r=dammit

This commit is contained in:
Ryan VanderMeulen 2013-09-01 21:53:24 -04:00
parent 7033c0ead7
commit 41f0dfd586

View File

@ -93,7 +93,6 @@ MOCHITEST_FILES = \
test_xhr_parameters.js \
test_xhr_system.html \
test_xhr_system.js \
test_xhr_timeout.html \
test_blobConstructor.html \
test_csp.html \
test_csp.js \
@ -109,6 +108,13 @@ MOCHITEST_FILES = \
url_worker.js \
$(NULL)
# Bug 842386 - Disabled on OSX due to intermittent failures.
ifneq ($(OS_ARCH), Darwin)
MOCHITEST_FILES += \
test_xhr_timeout.html \
$(NULL)
endif
MOCHITEST_CHROME_FILES = \
test_chromeWorker.xul \
test_chromeWorkerJSM.xul \