Bug 542580 - Disable test_bug_511615.html on Linux

This commit is contained in:
Phil Ringnalda 2011-06-19 16:40:38 -07:00
parent 2969bbf582
commit 95b2f3cd6e

View File

@ -51,7 +51,6 @@ XPCSHELL_TESTS = \
$(NULL)
MOCHI_TESTS = \
test_bug_511615.html \
test_form_autocomplete.html \
test_form_autocomplete_with_list.html \
test_form_submission.html \
@ -66,6 +65,12 @@ MOCHI_CONTENT = \
subtst_privbrowsing.html \
$(NULL)
ifneq ($(OS_TARGET),Linux)
MOCHI_TESTS += \
test_bug_511615.html \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk
libs:: $(MOCHI_TESTS) $(MOCHI_CONTENT)