test: skip failing tests (#11184)

This commit is contained in:
Dax
2026-01-29 13:57:59 -05:00
committed by GitHub
parent 9ed3b0742f
commit a9a7595234
17 changed files with 43 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
import { test, expect } from "./fixtures"
test("file tree can expand folders and open a file", async ({ page, gotoSession }) => {
test.skip("file tree can expand folders and open a file", async ({ page, gotoSession }) => {
await gotoSession()
const toggle = page.getByRole("button", { name: "Toggle file tree" })