Bug 607860 - Disabling tests for notifications. Desktop notifications are disabled in Firefox desktop. a=bustedtree

This commit is contained in:
Doug Turner 2011-01-03 17:26:10 -08:00
Родитель dfcaabc729
Коммит 5fabcf81e8
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -59,10 +59,10 @@ DIRS += \
storageevent \
$(NULL)
#needs IPC support
ifneq (mobile,$(MOZ_BUILD_APP))
DIRS += notification
endif
#needs IPC support, also tests do not run successfully in Firefox for now
#ifneq (mobile,$(MOZ_BUILD_APP))
#DIRS += notification
#endif
include $(topsrcdir)/config/rules.mk