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:
Mike de Boer 2017-03-01 13:50:13 +01:00
Родитель 0549463201
Коммит 15ef9bead3
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -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(() => {