diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c20171c8..1625dc860 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,8 @@ jobs: run: | ls /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64 which flutter - sed -i.bak 's/_lastEffectiveTransform = transform;/_lastEffectiveTransform = transform;print(transform);print(offset);print(_lastEffectiveTransform!.storage.every((double value) => value.isFinite));print(offset != Offset.zero);/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart + sed -i.bak 's/_lastEffectiveTransform = transform;/_lastEffectiveTransform = transform;debugPrintStack(label: \'frame\');print(transform);print(offset);print(_lastEffectiveTransform!.storage.every((double value) => value.isFinite));print(offset != Offset.zero);/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart + sed -i.bak 's/if (value == _transform) {/debugPrintStack(label: \'set transform\');if (value == _transform) {/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart - name: Run integration tests run: | flutter drive --driver=test_driver/integration_test.dart --target=integration_test/main.dart diff --git a/integration_test/album_screen_test.dart b/integration_test/album_screen_test.dart index d9aa3a3e3..d07c2ef89 100644 --- a/integration_test/album_screen_test.dart +++ b/integration_test/album_screen_test.dart @@ -229,191 +229,5 @@ void testAlbum(IntegrationTestWidgetsFlutterBinding binding) { binding, ), ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); - testWidgets( - 'can load an album with 1 photo', - getTestMethod( - binding, - ), - ); }); }