-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionteam-infraOwned by Infrastructure teamOwned by Infrastructure team
Description
From
This should be running
"tests": [
{
"language": "python3",
"name": "Tests for ios_debug_sim",
"parameters": [
"--variant",
"ios_debug_sim",
"--type",
"objc",
"--engine-capture-core-dump",
"--ios-variant",
"ios_debug_sim"
],
"script": "flutter/testing/run_tests.py"
},
{
"name": "Scenario App Integration Tests",
"parameters": [
"ios_debug_sim"
],
"script": "flutter/testing/scenario_app/run_ios_tests.sh"
}
but is instead doing nothing.
Suspecting this is somehow due to flutter/engine#44836 and flutter/engine#44920
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressionteam-infraOwned by Infrastructure teamOwned by Infrastructure team