Skip to content

Commit

Permalink
remove ignore-block-list
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jul 2, 2024
1 parent 6342652 commit b6099f7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/puppeteer.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ function makePromiseInfo() {
}

async function test(port) {
const browser = await puppeteer.launch({
args: [
'--ignore-gpu-blocklist',
],
});
const browser = await puppeteer.launch({});
const page = await browser.newPage();

page.on('console', async e => {
Expand Down

0 comments on commit b6099f7

Please sign in to comment.