We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SKIP
2 parents a9261c0 + 7292ba9 commit 5657d2dCopy full SHA for 5657d2d
1 file changed
moz-webgpu-cts/src/main.rs
@@ -284,7 +284,7 @@ fn run(cli: Cli) -> ExitCode {
284
exec_report_spec,
285
process_reports::ReportProcessingPreset::MigrateTestStructure,
286
&mut should_update_expected::NeverUpdateExpected,
287
- OnSkipOnly::Reconcile.into(),
+ OnSkipOnly::Ignore.into(),
288
) {
289
Ok(()) => ExitCode::SUCCESS,
290
Err(AlreadyReportedToCommandline) => ExitCode::FAILURE,
0 commit comments