test: disable ignoreHTTPSErrors test (#1164)

Reference #1163
This commit is contained in:
Andrey Lushnikov 2017-10-25 14:40:45 -07:00 committed by GitHub
parent ab9b34cd5d
commit d1f044e18f

View File

@ -89,7 +89,7 @@ afterAll(SX(async function() {
describe('Puppeteer', function() {
describe('Puppeteer.launch', function() {
it('should support ignoreHTTPSErrors option', SX(async function() {
xit('should support ignoreHTTPSErrors option', SX(async function() {
const options = Object.assign({ignoreHTTPSErrors: true}, defaultBrowserOptions);
const browser = await puppeteer.launch(options);
const page = await browser.newPage();