diff --git a/workbench/tests/binary_tests/puppet.test.js b/workbench/tests/binary_tests/puppet.test.js index 8c0c424cd..82f4071ac 100644 --- a/workbench/tests/binary_tests/puppet.test.js +++ b/workbench/tests/binary_tests/puppet.test.js @@ -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; @@ -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;