Disable plugin crash submission tests on all Linux for bug 583591. rs=khuey

This commit is contained in:
Dave Townsend 2010-08-02 18:02:20 -07:00
parent 729b68d31b
commit ca2c8d238a

View File

@ -110,8 +110,8 @@ _MOCHICHROME_FILES = \
test_wmode.xul \
$(NULL)
# Temporarily disable the tests on x86-Linux, see bug 573290.
ifneq ($(OS_ARCH)_$(TARGET_XPCOM_ABI),Linux_x86-gcc3)
# Temporarily disable the tests on Linux, see bug 573290 and bug 583591.
ifneq ($(OS_ARCH),Linux)
ifdef MOZ_CRASHREPORTER
_MOCHICHROME_FILES += \
test_crash_notify.xul \