Unverified Commit af1bbc43 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Disable flaky test (#37442)

parent 2a3f4801
......@@ -906,7 +906,8 @@ Future<void> _runIntegrationTests() async {
await _runDevicelabTest('flutter_create_offline_test_windows');
} else if (Platform.isMacOS) {
await _runDevicelabTest('flutter_create_offline_test_mac');
await _runDevicelabTest('module_test_ios');
// TODO(jmagman): Re-enable once flakiness is resolved.
// await _runDevicelabTest('module_test_ios');
}
// This does less work if the subshard isn't Android.
await _androidPluginTest();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment