diff --git a/packages/flutter_tools/test/integration.shard/isolated/native_assets_test.dart b/packages/flutter_tools/test/integration.shard/isolated/native_assets_test.dart index 8d09e2af7d..e86fea21ce 100644 --- a/packages/flutter_tools/test/integration.shard/isolated/native_assets_test.dart +++ b/packages/flutter_tools/test/integration.shard/isolated/native_assets_test.dart @@ -223,9 +223,6 @@ void main() { expectCCompilerIsConfigured(exampleDirectory); }); }, - // TODO(matanlurey): Debug why flutter build apk often timesout. - // See https://github.com/flutter/flutter/issues/158560 for details. - skip: buildSubcommand == 'apk' ? 'flutter build apk times out' : false, // Temporary workaround for https://github.com/flutter/flutter/issues/158560. tags: ['flutter-build-apk'], ); } diff --git a/packages/flutter_tools/test/integration.shard/isolated/native_assets_without_cbuild_assemble_test.dart b/packages/flutter_tools/test/integration.shard/isolated/native_assets_without_cbuild_assemble_test.dart index 0b06f436bf..81b1c050ba 100644 --- a/packages/flutter_tools/test/integration.shard/isolated/native_assets_without_cbuild_assemble_test.dart +++ b/packages/flutter_tools/test/integration.shard/isolated/native_assets_without_cbuild_assemble_test.dart @@ -143,9 +143,6 @@ void main(List args) async { expect(await process.exitCode, 0); },); }, - // TODO(matanlurey): Debug why flutter build apk often timesout. - // See https://github.com/flutter/flutter/issues/158560 for details. - skip: buildCommand == 'apk' ? 'flutter build apk times out' : false, // Temporary workaround for https://github.com/flutter/flutter/issues/158560. tags: ['flutter-build-apk'], ); }