From 45efd04bc95f3a52d50358b75ef02dfae7bf578f Mon Sep 17 00:00:00 2001 From: "John \"codefu\" McDole" Date: Tue, 10 Jun 2025 13:47:51 -0700 Subject: [PATCH] fix: Skip native assets build test (flaky, takes 15m+) (#170383) fixes #170382, which is timing out at 6% flakey --- .../isolated/native_assets_agp_version_test.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/flutter_tools/test/integration.shard/isolated/native_assets_agp_version_test.dart b/packages/flutter_tools/test/integration.shard/isolated/native_assets_agp_version_test.dart index 8fc8688319e..51bb4cfd485 100644 --- a/packages/flutter_tools/test/integration.shard/isolated/native_assets_agp_version_test.dart +++ b/packages/flutter_tools/test/integration.shard/isolated/native_assets_agp_version_test.dart @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +@Skip('flutter/flutter/issues/170382') +library; + import 'dart:io'; import 'package:file/file.dart';