Skip to content

Commit

Permalink
chore: skip flaky test (#3473)
Browse files Browse the repository at this point in the history
  • Loading branch information
netlify-team-account-1 authored Oct 11, 2021
1 parent 0ae6e5a commit 414bd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serving-functions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export { handler }
})
})

test(testName(`should pick up new function files even through debounce`, args), async (t) => {
test.skip(testName(`should pick up new function files even through debounce`, args), async (t) => {
await withSiteBuilder('function-file-updates', async (builder) => {
await builder
.withNetlifyToml({
Expand Down

1 comment on commit 414bd99

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 352 MB

Please sign in to comment.