Skip to content

Commit

Permalink
Issue #225: Turn off event loop in unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattClarkson committed Feb 24, 2024
1 parent 971542e commit 2eca8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/widgets/test_vtk_overlay_window_5_layers.py
Expand Up @@ -249,4 +249,4 @@ def test_overlay_window_combined_ar_look(setup_vtk_overlay_window_video_only_lay

# You don't really want this in a unit test, :-)
# otherwise you can't exit. It's kept here for interactive testing.
app.exec()
#app.exec()

0 comments on commit 2eca8f5

Please sign in to comment.