Unverified Commit e6a74196 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

disable a test case in xcode_backend.sh (#35708)

parent 3bf91b54
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
// found in the LICENSE file. // found in the LICENSE file.
import 'package:flutter_tools/src/base/io.dart'; import 'package:flutter_tools/src/base/io.dart';
import 'package:flutter_tools/src/base/platform.dart';
import '../src/common.dart'; import '../src/common.dart';
...@@ -64,5 +63,5 @@ void main() { ...@@ -64,5 +63,5 @@ void main() {
await expectXcodeBackendFails(localEngineDebugBuildModeRelease); await expectXcodeBackendFails(localEngineDebugBuildModeRelease);
await expectXcodeBackendFails(localEngineProfileBuildeModeRelease); await expectXcodeBackendFails(localEngineProfileBuildeModeRelease);
}, skip: !platform.isMacOS); }, skip: true); // #35707 non-hermetic test requires precache to have run.
} }
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