Skip to content

Commit

Permalink
fix: aaand one more
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Dec 6, 2023
1 parent a561924 commit 8017687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/commands/dev/dev-miscellaneous.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ describe.concurrent('commands/dev-miscellaneous', () => {
})
})

test('should respect in-source configuration from internal edge functions', async (t) => {
test.skip('should respect in-source configuration from internal edge functions', async (t) => {
await withSiteBuilder('site-with-internal-edge-functions', async (builder) => {
const publicDir = 'public'
await builder
Expand Down

0 comments on commit 8017687

Please sign in to comment.