Bug 907351 - Android pandaboard reftests run significantly slower; r=gbrown

This commit is contained in:
Dan Minor 2013-09-16 06:54:39 -04:00
parent 29f6c717cd
commit 19591cf9e2

View File

@ -369,6 +369,9 @@ class RemoteReftest(RefTest):
# Make sure that opening the plugins check page won't hit the network
prefs["plugins.update.url"] = "http://127.0.0.1:8888/plugins-dummy/updateCheckURL"
# Disable skia-gl: see bug 907351
prefs["gfx.canvas.azure.accelerated"] = False
# Set the extra prefs.
profile.set_preferences(prefs)