diff --git a/animations/test/misc/animated_positioned_test.dart b/animations/test/misc/animated_positioned_test.dart index dc3e9b6a3..69bbc3050 100644 --- a/animations/test/misc/animated_positioned_test.dart +++ b/animations/test/misc/animated_positioned_test.dart @@ -28,6 +28,5 @@ void main() { var newPosition = tester.getTopLeft(button); expect(newPosition, isNot(offsetMoreOrLessEquals(initialPosition))); }); - // TODO: Exception: Asset 'shaders/ink_sparkle.frag' manifest could not be decoded: INVALID_ARGUMENT:Unsupported runtime stages format version. Expected 2, got 1. - }, skip: true); + }); }