Skip to content

Commit d6564d8

Browse files
committed
Remove lock from test.
1 parent a9f757c commit d6564d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/long_callback/test_basic_long_callback017.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ def test_lcbc017_long_callback_set_props(dash_duo, manager):
55
with setup_long_callback_app(manager, "app_arbitrary") as app:
66
dash_duo.start_server(app)
77

8-
with app.test_lock:
9-
dash_duo.find_element("#start").click()
8+
dash_duo.find_element("#start").click()
109

1110
dash_duo.wait_for_text_to_equal("#secondary", "first")
1211
dash_duo.wait_for_text_to_equal("#output", "initial")

0 commit comments

Comments
 (0)