diff --git a/test/e2e/app-dir/custom-cache-control/custom-cache-control.test.ts b/test/e2e/app-dir/custom-cache-control/custom-cache-control.test.ts index 63e8306dd9b5e..dce7b40eb0b80 100644 --- a/test/e2e/app-dir/custom-cache-control/custom-cache-control.test.ts +++ b/test/e2e/app-dir/custom-cache-control/custom-cache-control.test.ts @@ -9,6 +9,7 @@ describe('custom-cache-control', () => { // customizing these headers won't apply on environments // where headers are applied outside of the Next.js server it('should skip for deploy', () => {}) + return } it('should have custom cache-control for app-ssg prerendered', async () => {