зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1333270 - disable remote browser testing in test_bug263683.xul due to frequent intermittent failures. r=Gijs,jaws
MozReview-Commit-ID: GNkjXjhO1zh --HG-- extra : rebase_source : 3a317f98569438c96fedbe7c95361c4385cef7fe
This commit is contained in:
Родитель
0549463201
Коммит
15ef9bead3
|
@ -36,7 +36,9 @@
|
|||
function startTest() {
|
||||
Task.spawn(function* () {
|
||||
gFindBar = document.getElementById("FindToolbar");
|
||||
for (let browserId of ["content", "content-remote"]) {
|
||||
// Testing on a remote browser has been disabled due to frequent
|
||||
// intermittent failures.
|
||||
for (let browserId of ["content"/*, "content-remote"*/]) {
|
||||
yield startTestWithBrowser(browserId);
|
||||
}
|
||||
}).then(() => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче