try disabling tests added in 9b79ff7b4707 in order to clear Linux test failures. CLOSED TREE

This commit is contained in:
Josh Aas 2009-02-13 12:34:30 -05:00
Родитель d3d7955adc
Коммит 0a71f66d18
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -63,8 +63,9 @@ _CHROME_FILES = \
include $(topsrcdir)/config/rules.mk
libs:: $(_CHROME_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
# disabled due to potentially breaking other tests
# libs:: $(_CHROME_FILES)
# $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
libs::
rm -rf $(TESTXPI)