зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1606317 - [remote] Disable Puppeteer tests in ignorehttpserrors.spec.js which crash the browser.
Differential Revision: https://phabricator.services.mozilla.com/D58487 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
b6a14cf6c2
Коммит
7d9a72d23b
|
@ -18,7 +18,7 @@ module.exports.addTests = function({testRunner, expect, defaultBrowserOptions, p
|
|||
const {describe, xdescribe, fdescribe, describe_fails_ffox} = testRunner;
|
||||
const {it, fit, xit, it_fails_ffox} = testRunner;
|
||||
const {beforeAll, beforeEach, afterAll, afterEach} = testRunner;
|
||||
describe('ignoreHTTPSErrors', function() {
|
||||
describe_fails_ffox('ignoreHTTPSErrors', function() {
|
||||
beforeAll(async state => {
|
||||
const options = Object.assign({ignoreHTTPSErrors: true}, defaultBrowserOptions);
|
||||
state.browser = await puppeteer.launch(options);
|
||||
|
|
Загрузка…
Ссылка в новой задаче