Skip to content

Commit

Permalink
reskip: external redirects are still not ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Dec 19, 2023
1 parent ee913eb commit 5689425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/redirects.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Astro.redirect', () => {
});

// ref: https://github.com/withastro/astro/pull/9287
it('Ignores external redirect', async () => {
it.skip('Ignores external redirect', async () => {
const app = await fixture.loadTestAdapterApp();
const request = new Request('http://example.com/external/redirect');
const response = await app.render(request);
Expand Down

0 comments on commit 5689425

Please sign in to comment.