Skip to content

Commit b4ba3ca

Browse files
committed
Update test_input_file_express_bookmarking.py
1 parent bd96836 commit b4ba3ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/playwright/ai_generated_apps/bookmark/input_file/test_input_file_express_bookmarking.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
app = create_app_fixture(["app-express.py"])
99

1010

11-
pytest.skip("Broken test!")
12-
13-
11+
@pytest.mark.skip("Broken test! TODO: Barret")
1412
def test_file_input_bookmarking(page: Page, app: ShinyAppProc) -> None:
1513
page.goto(app.url)
1614

0 commit comments

Comments
 (0)