Skip to content

Commit 5657d2d

Browse files
feat(migrate)!: ignore SKIP-only cases (#176)
2 parents a9261c0 + 7292ba9 commit 5657d2d

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
@@ -284,7 +284,7 @@ fn run(cli: Cli) -> ExitCode {
284284
exec_report_spec,
285285
process_reports::ReportProcessingPreset::MigrateTestStructure,
286286
&mut should_update_expected::NeverUpdateExpected,
287-
OnSkipOnly::Reconcile.into(),
287+
OnSkipOnly::Ignore.into(),
288288
) {
289289
Ok(()) => ExitCode::SUCCESS,
290290
Err(AlreadyReportedToCommandline) => ExitCode::FAILURE,

0 commit comments

Comments
 (0)