Disable TestCrashReporterAPI TUnit test due to random failures on Windows - this test currently only runs on non-Firefox boxes. r=ted, bug 474688

This commit is contained in:
Mark Banner 2009-01-26 20:17:16 +00:00
parent f5f6415635
commit 29fa427138

View File

@ -106,6 +106,8 @@ LIBS += \
endif
ifndef MOZ_ENABLE_LIBXUL
check:: $(PROGRAM)
$(RUN_TEST_PROGRAM) $(DIST)/bin/TestCrashReporterAPI
# XXX TestCrashReporterAPI gives random failures on exit for unexplained reason
# therefore it is disabled. See Bug 474688.
#check:: $(PROGRAM)
# $(RUN_TEST_PROGRAM) $(DIST)/bin/TestCrashReporterAPI
endif