Skip to content

Commit a6f37e2

Browse files
committed
test: remove only modifier
1 parent f31d30c commit a6f37e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/page-router.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ describe.skip('404 caching', () => {
273273
// This is a temporary fix to ensure that the 404 page itself is cached correctly when requested
274274
// directly. This is a workaround for a specific customer and should be removed once the 404 caching
275275
// is fixed in the next major version.
276-
describe.only('404 page caching', () => {
276+
describe('404 page caching', () => {
277277
beforeAll(() => {
278278
process.env.CACHE_404_PAGE = 'true'
279279
})

0 commit comments

Comments
 (0)