Bug 1451221 - Don't run test_background_video_suspend_ends.html in parallel. r=cpearce

When this test times out, one of the two videos in parallel takes
minutes to start.

MozReview-Commit-ID: AhXsQKDKwOD

--HG--
extra : rebase_source : 3d42329967204c201b9e882b13dafc3149247c79
This commit is contained in:
Dan Glastonbury 2018-04-04 16:27:11 +10:00
Родитель 7d7ccbc437
Коммит e2671eba43
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,8 @@
<script type="text/javascript">
"use strict";
PARALLEL_TESTS = 1;
var manager = new MediaTestManager;
async function runTest(test, token) {