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() { ...@@ -181,9 +181,7 @@ void main() {
'--commit', '1234', '--commit', '1234',
'--keys-file', '/workDirectory/keys.json', '--keys-file', '/workDirectory/keys.json',
'--failure-file', '/workDirectory/failures.json', '--failure-file', '/workDirectory/failures.json',
// TODO(Piinks): Re-enable once https://github.com/flutter/flutter/issues/100304 '--passfail',
// is resolved.
//'--passfail',
], ],
null, null,
); );
......
...@@ -144,9 +144,7 @@ class SkiaGoldClient { ...@@ -144,9 +144,7 @@ class SkiaGoldClient {
'--commit', commitHash, '--commit', commitHash,
'--keys-file', keys.path, '--keys-file', keys.path,
'--failure-file', failures.path, '--failure-file', failures.path,
// TODO(Piinks): Re-enable once https://github.com/flutter/flutter/issues/100304 '--passfail',
// is resolved.
//'--passfail',
]; ];
if (imgtestInitCommand.contains(null)) { if (imgtestInitCommand.contains(null)) {
...@@ -193,9 +191,7 @@ class SkiaGoldClient { ...@@ -193,9 +191,7 @@ class SkiaGoldClient {
.path, .path,
'--test-name', cleanTestName(testName), '--test-name', cleanTestName(testName),
'--png-file', goldenFile.path, '--png-file', goldenFile.path,
// TODO(Piinks): Re-enable once https://github.com/flutter/flutter/issues/100304 '--passfail',
// is resolved.
//'--passfail',
]; ];
final io.ProcessResult result = await process.run(imgtestCommand); 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