Bug 1459732 - Do not kill compiz before running android emulator tests; r=jmaher

This commit is contained in:
Geoff Brown 2018-05-08 07:38:52 -06:00
parent 8494c26563
commit 56396c3a4d

View File

@ -572,8 +572,6 @@ class AndroidEmulatorTest(TestingMixin, EmulatorMixin, BaseScript, MozbaseMixin,
self._restart_adbd()
if not self.config.get("developer_mode"):
# We kill compiz because it sometimes prevents us from starting the emulator
self._kill_processes("compiz")
self._kill_processes("xpcshell")
# We add a symlink for libGL.so because the emulator dlopen()s it by that name