Skip to content

Commit

Permalink
chore(CI): Reduce browser coverage on flaky test (posit-dev#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Jul 15, 2024
1 parent d6523e1 commit 73e60a2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from playwright.sync_api import Page
from utils.deploy_utils import skip_if_not_chrome

from shiny.playwright import controller
from shiny.run import ShinyAppProc


# Edit mode becomes flaky near end of test on CI on webkit.
@skip_if_not_chrome
def test_validate_row_selection_in_edit_mode(
page: Page, local_app: ShinyAppProc
) -> None:
Expand Down

0 comments on commit 73e60a2

Please sign in to comment.