Skip to content

Commit 176b747

Browse files
committed
chore: label history-api-fallback.test.js test
1 parent a2632ae commit 176b747

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/e2e/history-api-fallback.test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,12 @@ test.describe("historyApiFallback option", () => {
617617

618618
test(
619619
"should perform HEAD request in same way as GET",
620+
{
621+
annotation: {
622+
type: "@fails",
623+
description: "windows, node 18, 20, 22",
624+
},
625+
},
620626
async ({ page }) => {
621627
await page.goto(`http://127.0.0.1:${port}/foo`, {
622628
waitUntil: "networkidle0",

0 commit comments

Comments
 (0)