Skip to content

Commit 25a0fb8

Browse files
authored
ci: Disable flaky test on firefox (#2114)
1 parent fcdc2d9 commit 25a0fb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/playwright/shiny/components/selectize/test_selectize.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# import pytest
22
from playwright.sync_api import Page, expect
3+
from utils.deploy_utils import skip_if_not_chrome
34

45
from shiny.playwright import controller
56
from shiny.run import ShinyAppProc
67

78

9+
@skip_if_not_chrome # trouble with firefox. ??
810
def test_selectize(page: Page, local_app: ShinyAppProc) -> None:
911
page.goto(local_app.url)
1012

0 commit comments

Comments
 (0)