Unverified Commit 7f241ba3 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

Disable post-submit failures (#100308)

parent b4040c86
......@@ -283,7 +283,9 @@ void main() {
'--work-dir', '/workDirectory/temp',
'--test-name', 'golden_file_test',
'--png-file', '/workDirectory/temp/golden_file_test.png',
'--passfail',
// TODO(Piinks): Re-enable once https://github.com/flutter/flutter/issues/100304
// is resolved.
//'--passfail',
],
null,
);
......
......@@ -191,7 +191,9 @@ class SkiaGoldClient {
.path,
'--test-name', cleanTestName(testName),
'--png-file', goldenFile.path,
'--passfail',
// TODO(Piinks): Re-enable once https://github.com/flutter/flutter/issues/100304
// is resolved.
//'--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