We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9842161 commit 4b2978bCopy full SHA for 4b2978b
packages/flutter_tools/test/integration.shard/isolated/native_assets_test.dart
@@ -241,7 +241,7 @@ void main() {
241
throw Exception('flutter build failed: ${result.exitCode}\n${result.stderr}\n${result.stdout}');
242
}
243
});
244
- });
+ }, skip: true); // https://github.com/flutter/flutter/issues/158120
245
246
// This could be an hermetic unit test if the native_assets_builder
247
// could mock process runs and file system.
0 commit comments