We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637103b commit d9999eeCopy full SHA for d9999ee
integration/rsc/rsc-test.ts
@@ -1529,13 +1529,9 @@ implementations.forEach((implementation) => {
1529
});
1530
1531
test("Supports React Server Functions side-effect redirects", async ({
1532
- browserName,
1533
page,
1534
}) => {
1535
- test.skip(
1536
- browserName !== "chromium",
1537
- "Playwright doesn't like this test outside of chrome for some reason.",
1538
- );
+ test.skip(implementation.name === "parcel", "Not working in parcel?");
1539
1540
await page.goto(
1541
`http://localhost:${port}/side-effect-redirect-server-action`,
0 commit comments