Skip to content

Commit b8f5c82

Browse files
feat(migrate)!: ignore SKIP-only cases
1 parent 2498fa9 commit b8f5c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moz-webgpu-cts/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ fn run(cli: Cli) -> ExitCode {
371371
exec_report_spec,
372372
process_reports::ReportProcessingPreset::MigrateTestStructure,
373373
&mut should_update_expected::NeverUpdateExpected,
374-
OnSkipOnly::Reconcile.into(),
374+
OnSkipOnly::Ignore.into(),
375375
) {
376376
Ok(()) => ExitCode::SUCCESS,
377377
Err(AlreadyReportedToCommandline) => ExitCode::FAILURE,

0 commit comments

Comments
 (0)