Revert test if changes to golden tests (flutter/engine#51291)
The tests are not running when they should be: https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20Engine%20Drone/760676/overview
This commit is contained in:
@@ -183,26 +183,14 @@
|
||||
"tests": [
|
||||
{
|
||||
"language": "python3",
|
||||
"name": "Dart and engine tests for host_release",
|
||||
"name": "Impeller-golden, dart and engine tests for host_release",
|
||||
"script": "flutter/testing/run_tests.py",
|
||||
"parameters": [
|
||||
"--variant",
|
||||
"host_release",
|
||||
"--type",
|
||||
"dart,dart-host,engine"
|
||||
"dart,dart-host,engine,impeller-golden"
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "python3",
|
||||
"name": "Impeller-golden tests for host_release",
|
||||
"script": "flutter/testing/run_tests.py",
|
||||
"parameters": [
|
||||
"--variant",
|
||||
"host_release",
|
||||
"--type",
|
||||
"impeller-golden"
|
||||
],
|
||||
"test_if": "main"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user