diff --git a/moz-webgpu-cts/src/main.rs b/moz-webgpu-cts/src/main.rs index a5f94fe7..823b5977 100644 --- a/moz-webgpu-cts/src/main.rs +++ b/moz-webgpu-cts/src/main.rs @@ -284,7 +284,7 @@ fn run(cli: Cli) -> ExitCode { exec_report_spec, process_reports::ReportProcessingPreset::MigrateTestStructure, &mut should_update_expected::NeverUpdateExpected, - OnSkipOnly::Reconcile.into(), + OnSkipOnly::Ignore.into(), ) { Ok(()) => ExitCode::SUCCESS, Err(AlreadyReportedToCommandline) => ExitCode::FAILURE,