Unverified Commit 8e7b3616 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Add back Gold `passfail` (#100576)

parent a165da23
......@@ -181,9 +181,7 @@ void main() {
'--commit', '1234',
'--keys-file', '/workDirectory/keys.json',
'--failure-file', '/workDirectory/failures.json',
// TODO(Piinks): Re-enable once https://github.com/flutter/flutter/issues/100304
// is resolved.
//'--passfail',
'--passfail',
],
null,
);
......
......@@ -144,9 +144,7 @@ class SkiaGoldClient {
'--commit', commitHash,
'--keys-file', keys.path,
'--failure-file', failures.path,
// TODO(Piinks): Re-enable once https://github.com/flutter/flutter/issues/100304
// is resolved.
//'--passfail',
'--passfail',
];
if (imgtestInitCommand.contains(null)) {
......@@ -193,9 +191,7 @@ class SkiaGoldClient {
.path,
'--test-name', cleanTestName(testName),
'--png-file', goldenFile.path,
// TODO(Piinks): Re-enable once https://github.com/flutter/flutter/issues/100304
// is resolved.
//'--passfail',
'--passfail',
];
final io.ProcessResult result = await process.run(imgtestCommand);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment