Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c0adf9a

Browse files
committed
remove write:true flag from new golden tests
1 parent 2dfb823 commit c0adf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/test/golden_tests/engine/backdrop_filter_golden_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void testMain() async {
144144
.webOnlyRootElement);
145145

146146
await matchGoldenFile('backdrop_filter_no_child_rendering.png', region: region,
147-
maxDiffRatePercent: 0.8, write: true);
147+
maxDiffRatePercent: 0.8);
148148
});
149149
}
150150

0 commit comments

Comments
 (0)