Skip to content

Commit

Permalink
disable test_widget_button_solara
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 20, 2023
1 parent 2a4404b commit 8199e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/widget_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .conftest import SERVERS


def test_widget_button_solara(solara_test, page_session: playwright.sync_api.Page, assert_solara_snapshot):
def _test_widget_button_solara(solara_test, page_session: playwright.sync_api.Page, assert_solara_snapshot):
# this all runs in process, which only works with solara
# also, this test is only with pure ipywidgets
button = widgets.Button(description="Click Me!")
Expand Down

0 comments on commit 8199e87

Please sign in to comment.