Commit a38311e6 authored by Kate Lovett's avatar Kate Lovett

Fixing duplicate test names.

parent ba011fd3
...@@ -89,7 +89,7 @@ void main() { ...@@ -89,7 +89,7 @@ void main() {
); );
await expectLater( await expectLater(
find.byType(Container), find.byType(Container),
matchesSkiaGoldFile('shadow.PhysicalModel.disabled.png'), matchesSkiaGoldFile('shadow.PhysicalModel.disabled.0.png'),
// matchesGoldenFile('shadow.PhysicalModel.disabled.png'), // matchesGoldenFile('shadow.PhysicalModel.disabled.png'),
); );
debugDisableShadows = false; debugDisableShadows = false;
...@@ -129,7 +129,7 @@ void main() { ...@@ -129,7 +129,7 @@ void main() {
await tester.pumpWidget(build(elevation.toDouble())); await tester.pumpWidget(build(elevation.toDouble()));
await expectLater( await expectLater(
find.byType(Container), find.byType(Container),
matchesSkiaGoldFile('shadow.PhysicalModel.disabled.png'), matchesSkiaGoldFile('shadow.PhysicalModel.disabled.1.png'),
// matchesGoldenFile('shadow.PhysicalModel.disabled.png'), // matchesGoldenFile('shadow.PhysicalModel.disabled.png'),
); );
} }
......
...@@ -148,7 +148,7 @@ class SkiaGoldClient { ...@@ -148,7 +148,7 @@ class SkiaGoldClient {
Future<String> _getCommitHash() async { Future<String> _getCommitHash() async {
// TODO: Remove after baseline is established and pre-commit works // TODO: Remove after baseline is established and pre-commit works
return 'b27b3d744670bb9312824ec94353b93e7d0424ea'; return '96f15c74adebb221eb044d3fc71b2d62da0046c0';
// if (!flutterRoot.existsSync()) { // if (!flutterRoot.existsSync()) {
// return null; // return null;
// } else { // } else {
......
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