forked from mirrors/gecko-dev
Backed out changeset 455cd83ca518 (bug 1895092) for causing xpcshell exception CLOSED TREE
This commit is contained in:
parent
b70f99de48
commit
9b6c6b200d
1 changed files with 1 additions and 10 deletions
|
|
@ -938,17 +938,8 @@ class DesktopUnittest(TestingMixin, MercurialScript, MozbaseMixin, CodeCoverageM
|
||||||
|
|
||||||
# All Linux systems need module-null-sink to be loaded, otherwise
|
# All Linux systems need module-null-sink to be loaded, otherwise
|
||||||
# media tests fail.
|
# media tests fail.
|
||||||
|
|
||||||
self.run_command("pactl load-module module-null-sink")
|
self.run_command("pactl load-module module-null-sink")
|
||||||
modules = self.get_output_from_command("pactl list modules short")
|
self.run_command("pactl list modules short")
|
||||||
if not [l for l in modules.splitlines() if "module-x11" in l]:
|
|
||||||
# gnome-session isn't running, missing logind and other system services
|
|
||||||
# force the task to retry (return 4)
|
|
||||||
self.return_code = 4
|
|
||||||
self.fatal(
|
|
||||||
"Unable to start PulseAudio and load x11 modules",
|
|
||||||
exit_code=self.return_code,
|
|
||||||
)
|
|
||||||
|
|
||||||
def stage_files(self):
|
def stage_files(self):
|
||||||
for category in SUITE_CATEGORIES:
|
for category in SUITE_CATEGORIES:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue