Skip to content

Commit

Permalink
skip test-runner-playwright firefox for now to see if the rest works
Browse files Browse the repository at this point in the history
  • Loading branch information
bashmish committed Feb 6, 2025
1 parent 610537f commit 2a71a79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('test-runner-playwright webkit', function testRunnerPlaywright() {

// we don't run all tests in the windows CI
if (os.platform() !== 'win32') {
describe('test-runner-playwright firefox', function testRunnerPlaywright() {
describe.skip('test-runner-playwright firefox', function testRunnerPlaywright() {
this.timeout(100000);

function createConfig() {
Expand Down

0 comments on commit 2a71a79

Please sign in to comment.