Backed out changeset daffe63f1a1f (bug 1503756) for failing multiple android tests on a CLOSED TREE

--HG--
extra : amend_source : 0105169a95695dce6d1432f6166d939a222e0add
This commit is contained in:
Andreea Pavel 2018-11-15 03:30:47 +02:00
parent 7698680404
commit ee6cbfb346
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
FROM ubuntu:16.04
MAINTAINER Joel Maher <joel.maher@gmail.com>
RUN mkdir /builds
RUN useradd -d /builds/worker -s /bin/bash -m worker
WORKDIR /builds/worker

View File

@ -777,7 +777,7 @@ def findTestMediaDevices(log):
return None
# Hardcode the name since it's always the same.
info['audio'] = 'Monitor of Dummy Output'
info['audio'] = 'Monitor of Null Output'
return info