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

Commit 2488e8b

Browse files
[flutter_releases] beta 3.23 release engine - actually delete impeller tests (#53178)
This is a follow up to #53163, where I deleted the ninja target to build the golden tests, however I forgot to delete the commands to actually run the tests. In post-submit, the tests ran again and failed: https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Mac%20Production%20Engine%20Drone/12733/infra This PR actually deletes the scripts to run the tests.
1 parent 895dc55 commit 2488e8b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

ci/builders/mac_host_engine.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -464,20 +464,7 @@
464464
"$flutter/osx_sdk": {
465465
"sdk_version": "15a240d"
466466
}
467-
},
468-
"tests": [
469-
{
470-
"language": "python3",
471-
"name": "Impeller-golden for host_release",
472-
"script": "flutter/testing/run_tests.py",
473-
"parameters": [
474-
"--variant",
475-
"ci/mac_release_arm64",
476-
"--type",
477-
"impeller-golden"
478-
]
479-
}
480-
]
467+
}
481468
}
482469
],
483470
"generators": {

0 commit comments

Comments
 (0)