Skip to content

Commit

Permalink
Remove unreliable test: test_gui_snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Dec 16, 2024
1 parent ab58e60 commit b59f341
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tests/ert/performance_tests/test_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,6 @@ def test_snapshot_handling_of_forward_model_events(
)


def test_gui_snapshot(
benchmark,
large_snapshot, # noqa: F811
qtbot,
run_dialog, # noqa: F811
event_queue, # noqa: F811
):
infinite_timeout = 100000
benchmark(
test_large_snapshot,
large_snapshot,
qtbot,
run_dialog,
event_queue,
timeout_per_iter=infinite_timeout,
)


def simulate_forward_model_event_handling(
ensemble_size, forward_models, memory_reports
):
Expand Down

0 comments on commit b59f341

Please sign in to comment.