compositor: Remove the is_running_problem_test setting (#31589)

These tests don't seem to time out any longer and this mechanism is
probably better served by some sort of adjustment to `RUST_LOG` in the
WPT harness.
This commit is contained in:
Martin Robinson 2024-03-09 03:29:43 +01:00 committed by GitHub
parent 48f5ee828c
commit 55f908653f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 67 deletions

View file

@ -460,7 +460,6 @@ where
webxr_main_thread,
},
composite_target,
opts.is_running_problem_test,
opts.exit_after_load,
opts.debug.convert_mouse_to_touch,
top_level_browsing_context_id,
@ -992,7 +991,6 @@ fn create_constellation(
initial_window_size,
opts.random_pipeline_closure_probability,
opts.random_pipeline_closure_seed,
opts.is_running_problem_test,
opts.hard_fail,
!opts.debug.disable_canvas_antialiasing,
canvas_create_sender,