Skip to content

Commit 37df231

Browse files
committed
ignore global_pyplot expected output error
1 parent 68edee6 commit 37df231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/playwright/examples/example_apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ def on_console_msg(msg: ConsoleMessage) -> None:
259259
if ex_app_path not in [
260260
"shiny/api-examples/SafeException/app-express.py",
261261
"shiny/api-examples/SafeException/app-core.py",
262+
"examples/global_pyplot/app.py",
262263
]:
263264
expect(page.locator(".shiny-busy")).to_have_count(
264265
0, timeout=SHINY_INIT_TIMEOUT

0 commit comments

Comments
 (0)