File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -589,7 +589,8 @@ class SkiaGoldClient {
589
589
'WebRenderer' : webRenderer,
590
590
'CI' : 'luci' ,
591
591
'Platform' : platform.operatingSystem,
592
- 'Abi' : abi.toString (),
592
+ // 'Abi': abi.toString(), workaround for https://g-issues.skia.org/issues/339508268
593
+ // Flutter tracking issue: https://github.com/flutter/flutter/issues/148022
593
594
'name' : testName,
594
595
'source_type' : 'flutter' ,
595
596
if (_isImpeller)
Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ void main() {
499
499
500
500
expect (
501
501
skiaClient.getTraceID ('flutter.golden.1' ),
502
- equals ('1937c1c93610cc0122a86a83d5bd38a4 ' ),
502
+ equals ('ae18c7a6aa48e0685525dfe8fdf79003 ' ),
503
503
);
504
504
});
505
505
@@ -533,7 +533,7 @@ void main() {
533
533
534
534
expect (
535
535
skiaClient.getTraceID ('flutter.golden.1' ),
536
- equals ('bc44a50c01eb3bbaf72a80d76c1c2305 ' ),
536
+ equals ('e9d5c296c48e7126808520e9cc191243 ' ),
537
537
);
538
538
});
539
539
@@ -561,7 +561,7 @@ void main() {
561
561
);
562
562
expect (
563
563
skiaClient.getTraceID ('flutter.golden.1' ),
564
- equals ('8821f4896801fcdd7cd6d30f5a8e4284 ' ),
564
+ equals ('9968695b9ae78cdb77cbb2be621ca2d6 ' ),
565
565
);
566
566
});
567
567
You can’t perform that action at this time.
0 commit comments