File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class NewGalleryPerfTest extends PerfTest {
1919 // Manually roll the new gallery version for now. If the new gallery repo
2020 // turns out to be updated frequently in the future, we can set up an auto
2121 // roller to update this version.
22- await getNewGallery ('59489e5571ddf554fc62ef52e9b16f1fed291026 ' , galleryDir);
22+ await getNewGallery ('c1682ac4b35dc239f023eaf0238a98910b3a2d6c ' , galleryDir);
2323 return await super .run ();
2424 }
2525
Original file line number Diff line number Diff line change @@ -775,12 +775,12 @@ tasks:
775775 stage : devicelab
776776 required_agent_capabilities : ["linux/android"]
777777
778- # TODO(https://github.com/flutter/flutter/issues/56135)
779- # new_gallery__transition_perf:
780- # description: >
781- # Measures the performance of screen transitions in the new Flutter Gallery on Android.
782- # stage: devicelab
783- # required_agent_capabilities: ["mac/android"]
778+ new_gallery__transition_perf :
779+ description : >
780+ Measures the performance of screen transitions in the new Flutter Gallery on Android.
781+ stage : devicelab
782+ required_agent_capabilities : ["mac/android"]
783+ flaky : true
784784
785785 fast_scroll_large_images__memory :
786786 description : >
You can’t perform that action at this time.
0 commit comments