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

Commit 953927e

Browse files
authored
Revert test if changes to golden tests (#51291)
The tests are not running when they should be: https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20Engine%20Drone/760676/overview
1 parent 831279e commit 953927e

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

ci/builders/mac_host_engine.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -183,26 +183,14 @@
183183
"tests": [
184184
{
185185
"language": "python3",
186-
"name": "Dart and engine tests for host_release",
186+
"name": "Impeller-golden, dart and engine tests for host_release",
187187
"script": "flutter/testing/run_tests.py",
188188
"parameters": [
189189
"--variant",
190190
"host_release",
191191
"--type",
192-
"dart,dart-host,engine"
192+
"dart,dart-host,engine,impeller-golden"
193193
]
194-
},
195-
{
196-
"language": "python3",
197-
"name": "Impeller-golden tests for host_release",
198-
"script": "flutter/testing/run_tests.py",
199-
"parameters": [
200-
"--variant",
201-
"host_release",
202-
"--type",
203-
"impeller-golden"
204-
],
205-
"test_if": "main"
206194
}
207195
]
208196
},

0 commit comments

Comments
 (0)