Skip to content

Commit

Permalink
Delete obsolete TODO and skip (#83968)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Jun 4, 2021
1 parent da9b11e commit 5547bfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/flutter/test/rendering/image_test.dart
Expand Up @@ -27,8 +27,7 @@ Future<void> main() async {
expect(image.size.width, equals(25.0));
expect(image.size.height, equals(25.0));

// TODO(dnfield): https://github.com/flutter/flutter/issues/66289
expect(image, hasAGoodToStringDeep, skip: kIsWeb);
expect(image, hasAGoodToStringDeep);
expect(
image.toStringDeep(minLevel: DiagnosticLevel.info),
equalsIgnoringHashCodes(
Expand Down

0 comments on commit 5547bfd

Please sign in to comment.