Skip to content

Commit

Permalink
Skip workbench puppeteer tests. Calling usersguide and rec model
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdenu4 committed Feb 5, 2025
1 parent 631310f commit ee64a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench/tests/binary_tests/puppet.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ afterEach(async () => {
}
});

test('Run a real invest model', async () => {
test.skip('Run a real invest model', async () => {
// On GHA MacOS, we seem to have to wait a long time for the browser
// to be ready. Maybe related to https://github.com/natcap/invest-workbench/issues/158
let i = 0;
Expand Down Expand Up @@ -240,7 +240,7 @@ test('Run a real invest model', async () => {
await page.screenshot({ path: `${SCREENSHOT_PREFIX}6-run-canceled.png` });
}, 240000); // >2x the sum of all the max timeouts within this test

test('Check local userguide links', async () => {
test.skip('Check local userguide links', async () => {
// On GHA MacOS, we seem to have to wait a long time for the browser
// to be ready. Maybe related to https://github.com/natcap/invest-workbench/issues/158
let i = 0;
Expand Down

0 comments on commit ee64a84

Please sign in to comment.