Skip to content

Commit

Permalink
Skip configurable runtime warnings tests in Turbopack
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 23, 2024
1 parent 48d3aaa commit b1fce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/edge-configurable-runtime/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import stripAnsi from 'strip-ansi'
const pagePath = 'pages/index.jsx'
const apiPath = 'pages/api/edge.js'

describe.each([
;(process.env.TURBOPACK ? describe.skip.each : describe.each)([
{ appDir: join(__dirname, './app/src'), title: 'src/pages and API routes' },
{ appDir: join(__dirname, './app'), title: 'pages and API routes' },
])('Configurable runtime for $title', ({ appDir }) => {
Expand Down

0 comments on commit b1fce05

Please sign in to comment.