diff --git a/toolkit/crashreporter/Makefile.in b/toolkit/crashreporter/Makefile.in index 7dc15ba18001..169adccfa1d4 100644 --- a/toolkit/crashreporter/Makefile.in +++ b/toolkit/crashreporter/Makefile.in @@ -112,7 +112,11 @@ EXTRA_JS_MODULES = \ $(NULL) ifdef ENABLE_TESTS + +# Temporarily disable the tests on x86-Linux, see bug 573290. +ifneq ($(OS_ARCH)_$(TARGET_XPCOM_ABI),Linux_x86-gcc3) TOOL_DIRS = test endif +endif include $(topsrcdir)/config/rules.mk