Skip to content

Commit

Permalink
chore(test): skip puppeteer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Apr 14, 2024
1 parent aecd030 commit 562bb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/puppeteer/puppeteer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { findpath } from 'nw';
import puppeteer from "puppeteer";
import { afterAll, beforeAll, describe, expect, it } from 'vitest';

describe('NW.js Puppeteer test suite', function () {
describe.skip('NW.js Puppeteer test suite', function () {

let browser = undefined;
let page = undefined;
Expand Down

0 comments on commit 562bb5c

Please sign in to comment.