Skip to content

Commit

Permalink
Mark broken gql prerender test as slow (#8687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM authored Jun 22, 2023
1 parent 1ba6a7d commit aae5825
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/smoke-tests/prerender/tests/prerender.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ test('Check that about is prerendered', async () => {
// `rwServeTest()` does that. If we try to add project building to this test as
// well we will build twice, and we don't want that. Hence we use rwServeTest.
test('prerender with broken gql query', async () => {
// Running the prerender command twice takes much longer than typical tests should
test.slow()

const redwoodProjectPath = process.env.REDWOOD_TEST_PROJECT_PATH || ''

const cellBasePath = path.join(
Expand Down

0 comments on commit aae5825

Please sign in to comment.