Skip to content

Commit 0780fba

Browse files
feat(migrate)!: ignore SKIP-only cases
1 parent fb783be commit 0780fba

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
@@ -372,7 +372,7 @@ fn run(cli: Cli) -> ExitCode {
372372
exec_report_spec,
373373
process_reports::ReportProcessingPreset::MigrateTestStructure,
374374
&mut should_update_expected::NeverUpdateExpected,
375-
OnSkipOnly::Reconcile.into(),
375+
OnSkipOnly::Ignore.into(),
376376
) {
377377
Ok(()) => ExitCode::SUCCESS,
378378
Err(AlreadyReportedToCommandline) => ExitCode::FAILURE,

0 commit comments

Comments
 (0)