Skip to content

Commit

Permalink
Skip impeller goldens on release (flutter#51240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasguerrero authored Mar 7, 2024
1 parent 1282895 commit 9e8ccaa
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions ci/builders/mac_host_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,26 @@
"tests": [
{
"language": "python3",
"name": "Impeller-golden, dart and engine tests for host_release",
"name": "Dart and engine tests for host_release",
"script": "flutter/testing/run_tests.py",
"parameters": [
"--variant",
"host_release",
"--type",
"dart,dart-host,engine,impeller-golden"
"dart,dart-host,engine"
]
},
{
"language": "python3",
"name": "Impeller-golden tests for host_release",
"script": "flutter/testing/run_tests.py",
"parameters": [
"--variant",
"host_release",
"--type",
"impeller-golden"
],
"run_if": "main"
"test_if": "main"
}
]
},
Expand Down

0 comments on commit 9e8ccaa

Please sign in to comment.