We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1879624 commit 4483623Copy full SHA for 4483623
tests/playwright/shiny/bookmark/modules/test_bookmark_modules.py
@@ -28,6 +28,9 @@ def test_bookmark_modules(
28
mod1_key: str,
29
) -> None:
30
31
+ if "recursive" in app_name:
32
+ pytest.skip("Skip broken recursive test")
33
+
34
# Set environment variable before the app starts
35
os.environ["SHINY_BOOKMARK_STORE"] = bookmark_store
36
0 commit comments