[web] use local CanvasKit bundle in all e2e tests (#92305)
This commit is contained in:
parent
11e83e7c18
commit
9afb45a44f
@ -5,6 +5,12 @@ found in the LICENSE file. -->
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Web Integration Tests</title>
|
<title>Web Integration Tests</title>
|
||||||
|
<script>
|
||||||
|
// Use the local CanvasKit bundle instead of the CDN to reduce test flakiness.
|
||||||
|
window.flutterConfiguration = {
|
||||||
|
canvasKitBaseUrl: "/canvaskit/"
|
||||||
|
};
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="main.dart.js"></script>
|
<script src="main.dart.js"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user