diff --git a/packages/devtools_app/test/inspector_v2/inspector_integration_test.dart b/packages/devtools_app/test/inspector_v2/inspector_integration_test.dart index 8e75546d84e..96b06e8513d 100644 --- a/packages/devtools_app/test/inspector_v2/inspector_integration_test.dart +++ b/packages/devtools_app/test/inspector_v2/inspector_integration_test.dart @@ -338,6 +338,10 @@ void main() { 'textPreview', 'children', 'createdByLocalProject', + // TODO(elliette): Once we update to the Flutter version with + // https://github.com/flutter/flutter/pull/159701, this should be + // deleted. + 'truncated', ]; const extraneousDetailsForTreeNode = [ 'creationLocation', @@ -377,8 +381,6 @@ void main() { ); } }, - // TODO(https://github.com/flutter/devtools/issues/8582): re-enable. - skip: true, ); group('widget errors', () {