Skip to content

Commit

Permalink
unskip a test that fails so we can see failure annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
hongrich committed May 24, 2024
1 parent fe5b5b3 commit f30873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/prerender1/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test.describe('TTVC', () => {
// prerendered page has been activated.
// These tests should be re-enabled once this issue is resolved.
// https://github.com/microsoft/playwright/issues/22733
test.skip('navigation to a partially prerendered route', async ({browserName, page}) => {
test('navigation to a partially prerendered route', async ({browserName, page}) => {
// only chromium supports page prerendering now
test.skip(browserName !== 'chromium');

Expand Down

0 comments on commit f30873e

Please sign in to comment.