mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 907351 - Android pandaboard reftests run significantly slower; r=gbrown
This commit is contained in:
parent
29f6c717cd
commit
19591cf9e2
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user