mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 688052 - Disable permaorange Android tests for now; r=mbrubeck
This commit is contained in:
parent
20ab736554
commit
e5d27caad8
@ -54,17 +54,20 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TEST_FILES = \
|
||||
test_sanity.html \
|
||||
test_sanityEventUtils.html \
|
||||
test_sanityException.html \
|
||||
test_sanityException2.html \
|
||||
test_sanityPluginUtils.html \
|
||||
test_sanitySimpletest.html \
|
||||
test_sanityWindowSnapshot.html \
|
||||
test_SpecialPowersExtension.html \
|
||||
test_SpecialPowersExtension2.html \
|
||||
file_SpecialPowersFrame1.html \
|
||||
$(NULL)
|
||||
|
||||
ifneq ($(OS_TARGET),Android)
|
||||
# Disabled on Android for permaorange, see bug 688052
|
||||
_TEST_FILES += test_sanityPluginUtils.html \
|
||||
test_sanityEventUtils.html \
|
||||
test_sanitySimpletest.html
|
||||
endif
|
||||
# Copy the sanity tests into a subdirectory, so the top level is all dirs
|
||||
# in the test screen.
|
||||
libs:: $(_TEST_FILES)
|
||||
|
Loading…
Reference in New Issue
Block a user