Bug 799664 - Disable xpcshell tests in per-window PB builds for now; r=jdm

This commit is contained in:
Ehsan Akhgari 2012-10-09 16:46:53 -04:00
parent 436fed0189
commit 6a29647be9

View File

@ -12,7 +12,14 @@ include $(DEPTH)/config/autoconf.mk
MODULE = test_privatebrowsing
# Most xpcshell PB tests use the global PB service, which means that we should
# not attempt to run them in regular builds. We should look at the list and
# decide which ones of them should be ported to the browser/perwindow suite
# in the future.
ifndef MOZ_PER_WINDOW_PRIVATE_BROWSING
XPCSHELL_TESTS = unit
endif
DIRS += browser \
$(NULL)