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

@ -96,9 +96,6 @@ pub fn main() {
ArgumentParsingResult::ContentProcess(matches, token) => {
opts_matches = matches;
content_process_token = Some(token);
if opts::get().is_running_problem_test && env::var("RUST_LOG").is_err() {
env::set_var("RUST_LOG", "compositing::constellation");
}
},
ArgumentParsingResult::ChromeProcess(matches) => {
opts_matches = matches;