We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aecd030 commit 562bb5cCopy full SHA for 562bb5c
js/puppeteer/puppeteer.test.js
@@ -4,7 +4,7 @@ import { findpath } from 'nw';
4
import puppeteer from "puppeteer";
5
import { afterAll, beforeAll, describe, expect, it } from 'vitest';
6
7
-describe('NW.js Puppeteer test suite', function () {
+describe.skip('NW.js Puppeteer test suite', function () {
8
9
let browser = undefined;
10
let page = undefined;
0 commit comments